PandaDoc integration (Productivity, Communication). Imported from open-connector.
https://api.pandadoc.com/public/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Only return contacts with this email address. |
/public/v1/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | string | required | The PandaDoc contact identifier. |
/public/v1/templates
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| count | integer | optional | Number of results to return. |
| q | string | optional | Search query. |
| id | string | optional | Filter locally by template ID. |
| shared | boolean | optional | Whether to include shared templates. |
| deleted | boolean | optional | Whether to include deleted templates. |
| folder_uuid | string | optional | Folder UUID filter. |
| fields | array | optional | Fields to include in the PandaDoc response. |
| tag | array | optional | Tags to filter by. |
/public/v1/templates/{template_id}/details
| Param | Type | Required | Description |
|---|---|---|---|
| template_id | string | required | The PandaDoc template identifier. |
/public/v1/templates
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The template name. |
| description | string | optional | Optional description of the template. |
| tags | array | optional | Tags assigned to the template. |
| content | object | optional | A loose JSON object returned by the PandaDoc API. |
| file | object | optional | PDF file uploaded through POST /api/files. |
/public/v1/templates/{template_id}
| Param | Type | Required | Description |
|---|---|---|---|
| template_id | string | required | The PandaDoc template identifier. |
/public/v1/documents/folders
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| count | integer | optional | Number of results to return. |
| parent_uuid | string | optional | Parent folder UUID. |
/public/v1/documents/folders
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The folder name. |
| parent_uuid | string | optional | Parent folder UUID. |
/public/v1/documents
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The document name. |
| file | object | required | PDF, DOCX, or RTF file uploaded through POST /api/files. |
| recipients | array | optional | Document recipients. |
| tokens | array | optional | Document tokens. |
| fields | object | optional | A loose JSON object returned by the PandaDoc API. |
| metadata | object | optional | A loose JSON object returned by the PandaDoc API. |
| tags | array | optional | Tags assigned to the document. |
| folder_uuid | string | optional | Target folder UUID. |
/public/v1/documents/{document_id}/details
| Param | Type | Required | Description |
|---|---|---|---|
| document_id | string | required | The PandaDoc document identifier. |
/public/v1/webhook-subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Webhook name. |
| url | string | optional | Webhook destination URL. |
| triggers | array | optional | PandaDoc event trigger names. |
/public/v1/documents/{document_id}/attachments
| Param | Type | Required | Description |
|---|---|---|---|
| document_id | string | required | The PandaDoc document identifier. |
| file | object | optional | Attachment file uploaded through POST /api/files. |