DocuSign ​
Electronic signature and document management API. Send envelopes, manage templates, and track signing status.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://www.docusign.net/restapi/v2.1 |
| Authentication | OAuth2 |
| Endpoints | 5 |
| Connector key | docusign |
Using DocuSign in a workflow ​
- Go to Connections and click New Connection.
- Pick DocuSign 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 |
|---|---|
| POST /accounts/{accountId}/envelopes | Create and send an envelope |
| GET /accounts/{accountId}/envelopes | List envelopes |
| GET /accounts/{accountId}/envelopes/{envelopeId} | Get envelope details |
| GET /accounts/{accountId}/templates | List templates |
| GET /accounts/{accountId}/envelopes/{envelopeId}/documents | List envelope documents |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.