← Tools Reference

Documenso

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

API key4 toolshttps://app.documenso.com/api/v2
GET
documenso_list_envelopes
Find Documenso envelopes by query, status, type, source, template, folder, and pagination filters.

/envelope

10 parameters
ParamTypeRequiredDescription
querystringoptionalThe search query.
pageintegeroptionalThe pagination page number. Documenso pages start at 1.
perPageintegeroptionalThe number of envelopes to return per page.
typestringoptionalFilter envelopes by type.
templateIdintegeroptionalFilter envelopes by the template ID used to create them.
sourcestringoptionalFilter envelopes by how they were created.
statusstringoptionalFilter envelopes by the current status.
folderIdstringoptionalFilter envelopes by folder ID.
orderByColumnstringoptionalThe envelope column to sort by.
orderByDirectionstringoptionalThe envelope sort direction.
GET
documenso_get_envelope
Retrieve one Documenso envelope by envelope ID.

/envelope/{envelopeId}

1 parameter
ParamTypeRequiredDescription
envelopeIdstringrequiredThe Documenso envelope ID.
GET
documenso_list_templates
Find Documenso templates by query, type, folder, and pagination filters.

/template

5 parameters
ParamTypeRequiredDescription
querystringoptionalThe search query.
pageintegeroptionalThe pagination page number. Documenso pages start at 1.
perPageintegeroptionalThe number of templates to return per page.
typestringoptionalFilter templates by type.
folderIdstringoptionalFilter templates by folder ID.
GET
documenso_get_template
Retrieve one Documenso template by template ID.

/template/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdintegerrequiredThe Documenso template ID.