The PandaDoc component is designed to interact seamlessly with the PandaDoc API.
This component has been tested with API versions public/v1
and public/v2
.
To use this component, you must first obtain an API key. Please refer to the API Key Authentication section of the official documentation for more information.
The following fields are required for configuring component credentials:
API-Key ${API key}
Authorization header for each request.Generates a document based on the selected template.
document.uploaded
state. If this option is checked, the component will wait up to 60 seconds until the document status changes to document.draft
before emitting the result.Schema generated dynamically based on the selected template.
Returns the result of the document creation process.
Deletes a single object identified by its ID.
Documents
. Currently supported types:
Documents
Templates
An object containing the result of the delete operation.
Downloads a document by the specified ID and stores it in internal storage.
None
Retrieves a set of objects based on the specified criteria list. Results can be emitted in different ways.
Documents
. Currently supported:
Documents
Templates
Emit individually
by default): Specifies how the resulting objects will be emitted, options include Emit page
or Emit individually
.A dynamically generated list of filter fields corresponding to the selected Object Type.
Emit Page
mode: An object containing a key results
, whose value is an array of objects.Emit Individually
mode: Each object is emitted as a separate, complete message.This action allows you to execute a custom request to the PandaDoc API.
false
./public/v1/documents
https://api.pandadoc.com/public/v1/documents
GET
, POST
, PUT
, PATCH
, or DELETE
.Sends a document with draft status to designated recipients.
None
Creates a subscription to selected events.
Subscribe to events - (multiselect, required): Choose events you want to subscribe to.
Include in JSON Payload - (multiselect, optional): Document webhooks always provide basic information along with recipients. You can configure your webhook to include additional details such as fields, tokens, products, and pricing.
None
An array of events, where each element contains:
If the flow with the Webhook
is not real-time, you will need to manually execute it once after the flow is published and started. To do this, click the Run Now
button and follow the URL to trigger the flow subscription process.
Click here to learn more about the elastic.io iPaaS