Skip to content

DocuSign eSignature ​

Create, send, and manage envelopes and signing ceremonies via DocuSign.

DetailValue
CategoryLegal
Base URLhttps://na4.docusign.net/restapi/v2.1
AuthenticationOAuth2
Endpoints5
Connector keydocusign-esign

Using DocuSign eSignature in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick DocuSign eSignature 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
GET /accounts/{accountId}/envelopesList envelopes
POST /accounts/{accountId}/envelopesCreate and send an envelope
GET /accounts/{accountId}/envelopes/{envelopeId}Get envelope details
GET /accounts/{accountId}/envelopes/{envelopeId}/documentsList envelope documents
GET /accounts/{accountId}/templatesList templates

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