--- title: 'DocuSign eSignature' description: 'Create, send, and manage envelopes and signing ceremonies via DocuSign.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /accounts/{accountId}/envelopes](./get_accounts_accountid_envelopes_legal_listenvelopes) | List envelopes | | [POST /accounts/{accountId}/envelopes](./post_accounts_accountid_envelopes_legal_createenvelope) | Create and send an envelope | | [GET /accounts/{accountId}/envelopes/{envelopeId}](./get_accounts_accountid_envelopes_envelopeid_legal_getenvelope) | Get envelope details | | [GET /accounts/{accountId}/envelopes/{envelopeId}/documents](./get_accounts_accountid_envelopes_envelopeid_documents_legal_listdocuments) | List envelope documents | | [GET /accounts/{accountId}/templates](./get_accounts_accountid_templates_legal_listtemplates) | List templates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.