--- title: 'DocuSign' description: 'Electronic signature and document management API. Send envelopes, manage templates, and track signing status.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /accounts/{accountId}/envelopes](./post_accounts_accountid_envelopes_docs_createenvelope) | Create and send an envelope | | [GET /accounts/{accountId}/envelopes](./get_accounts_accountid_envelopes_docs_listenvelopes) | List envelopes | | [GET /accounts/{accountId}/envelopes/{envelopeId}](./get_accounts_accountid_envelopes_envelopeid_docs_getenvelope) | Get envelope details | | [GET /accounts/{accountId}/templates](./get_accounts_accountid_templates_docs_listtemplates) | List templates | | [GET /accounts/{accountId}/envelopes/{envelopeId}/documents](./get_accounts_accountid_envelopes_envelopeid_documents_docs_listdocuments) | List envelope documents | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.