DocuSign eSignature ​
Create, send, and manage envelopes and signing ceremonies via DocuSign.
| Detail | Value |
|---|---|
| Category | Legal |
| Base URL | https://na4.docusign.net/restapi/v2.1 |
| Authentication | OAuth2 |
| Endpoints | 5 |
| Connector key | docusign-esign |
Using DocuSign eSignature in a workflow ​
- Go to Connections and click New Connection.
- Pick DocuSign eSignature from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /accounts/{accountId}/envelopes | List envelopes |
| POST /accounts/{accountId}/envelopes | Create and send an envelope |
| GET /accounts/{accountId}/envelopes/{envelopeId} | Get envelope details |
| GET /accounts/{accountId}/envelopes/{envelopeId}/documents | List envelope documents |
| GET /accounts/{accountId}/templates | List templates |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.