External DocumentationTo learn more, visit the Docusign documentation.
Parameters
Example Output
Workflow Library Example
Get Documents List with Docusign and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Envelope ID | The ID of the envelope. |
{
"envelopeId": "<string>",
"envelopeDocuments": [
{
"documentId": "<string>",
"name": "<string>",
"type": "<string>",
"uri": "<string>",
"order": "<string>",
"pages": "<string>",
"availableDocumentTypes": [
{
"type": "<string>",
"isDefault": "<string>"
}
],
"display": "<string>",
"includeInDownload": "<string>",
"signerMustAcknowledge": "<string>",
"authoritativeCopy": "<string>"
}
]
}
Was this page helpful?