Documenso integration (Productivity, Communication). Imported from open-connector.
https://app.documenso.com/api/v2/envelope
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The search query. |
| page | integer | optional | The pagination page number. Documenso pages start at 1. |
| perPage | integer | optional | The number of envelopes to return per page. |
| type | string | optional | Filter envelopes by type. |
| templateId | integer | optional | Filter envelopes by the template ID used to create them. |
| source | string | optional | Filter envelopes by how they were created. |
| status | string | optional | Filter envelopes by the current status. |
| folderId | string | optional | Filter envelopes by folder ID. |
| orderByColumn | string | optional | The envelope column to sort by. |
| orderByDirection | string | optional | The envelope sort direction. |
/envelope/{envelopeId}
| Param | Type | Required | Description |
|---|---|---|---|
| envelopeId | string | required | The Documenso envelope ID. |
/template
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The search query. |
| page | integer | optional | The pagination page number. Documenso pages start at 1. |
| perPage | integer | optional | The number of templates to return per page. |
| type | string | optional | Filter templates by type. |
| folderId | string | optional | Filter templates by folder ID. |
/template/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateId | integer | required | The Documenso template ID. |