DocuSeal integration (Productivity, Communication). Imported from open-connector.
https://api.docuseal.com/templates
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | Filter templates by partial name match. |
| slug | string | optional | Filter templates by unique slug. |
| external_id | string | optional | Filter templates by external ID. |
| folder | string | optional | Filter templates by folder name. |
| archived | boolean | optional | Whether to return archived templates instead of active ones. |
| limit | integer | optional | The number of templates to return. The documented maximum is 100. |
| after | integer | optional | Return templates with IDs greater than this value. |
| before | integer | optional | Return templates with IDs less than this value. |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The DocuSeal numeric identifier. |
/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| template_id | integer | required | The DocuSeal numeric identifier. |
| submitters | array | required | The submitters for the signature request. |
| send_email | boolean | optional | Whether to send signature request emails. |
| send_sms | boolean | optional | Whether to send signature requests via SMS. |
| order | string | optional | Submission delivery order. |
| completed_redirect_url | string | optional | URL to redirect to after submission completion. |
| bcc_completed | string | optional | BCC address for signed documents after completion. |
| reply_to | string | optional | Reply-To address for notification emails. |
| expire_at | string | optional | Expiration date and time for the submission. |
| variables | object | optional | Dynamic content variables for the template. |
| message | object | optional | Custom signature request email message settings. |