← Tools Reference

DocuSeal

DocuSeal integration (Productivity, Communication). Imported from open-connector.

API key3 toolshttps://api.docuseal.com
GET
docuseal_list_templates
List DocuSeal document templates with optional filters and ID-based pagination.

/templates

8 parameters
ParamTypeRequiredDescription
qstringoptionalFilter templates by partial name match.
slugstringoptionalFilter templates by unique slug.
external_idstringoptionalFilter templates by external ID.
folderstringoptionalFilter templates by folder name.
archivedbooleanoptionalWhether to return archived templates instead of active ones.
limitintegeroptionalThe number of templates to return. The documented maximum is 100.
afterintegeroptionalReturn templates with IDs greater than this value.
beforeintegeroptionalReturn templates with IDs less than this value.
GET
docuseal_get_template
Retrieve one DocuSeal template by ID and return compact metadata with the raw template payload.

/templates/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe DocuSeal numeric identifier.
POST
docuseal_create_submission
Create a DocuSeal signature request from an existing template and return the created submitters.

/submissions

11 parameters
ParamTypeRequiredDescription
template_idintegerrequiredThe DocuSeal numeric identifier.
submittersarrayrequiredThe submitters for the signature request.
send_emailbooleanoptionalWhether to send signature request emails.
send_smsbooleanoptionalWhether to send signature requests via SMS.
orderstringoptionalSubmission delivery order.
completed_redirect_urlstringoptionalURL to redirect to after submission completion.
bcc_completedstringoptionalBCC address for signed documents after completion.
reply_tostringoptionalReply-To address for notification emails.
expire_atstringoptionalExpiration date and time for the submission.
variablesobjectoptionalDynamic content variables for the template.
messageobjectoptionalCustom signature request email message settings.