Skip to content

DocuSign ​

Electronic signature and document management API. Send envelopes, manage templates, and track signing status.

DetailValue
CategoryProductivity
Base URLhttps://www.docusign.net/restapi/v2.1
AuthenticationOAuth2
Endpoints5
Connector keydocusign

Using DocuSign in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick DocuSign from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /accounts/{accountId}/envelopesCreate and send an envelope
GET /accounts/{accountId}/envelopesList envelopes
GET /accounts/{accountId}/envelopes/{envelopeId}Get envelope details
GET /accounts/{accountId}/templatesList templates
GET /accounts/{accountId}/envelopes/{envelopeId}/documentsList envelope documents

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.