Docusign
Send, manage, and track DocuSign envelopes and e-signature workflows.
Tools
| Name | Description |
|---|---|
listEnvelopesList / search envelopes | List / search envelopes |
createEnvelopeCreate a Docusign envelope. Include `status: sent` in the body to send immediately. | Create a Docusign envelope. Include `status: sent` in the body to send immediately. |
getEnvelopeGet Docusign envelope | Get Docusign envelope |
updateEnvelopeUpdate an envelope, including status transitions such as sending a draft or voiding an envelope. | Update an envelope, including status transitions such as sending a draft or voiding an envelope. |
listEnvelopeDocumentsList document metadata for an envelope | List document metadata for an envelope |
getDocumentGet document from a specific envelope | Get document from a specific envelope |
listRecipientsList envelope recipients and optionally include tab data. | List envelope recipients and optionally include tab data. |
updateRecipientsUpdate envelope recipients, including corrections to names, emails, routing, and recipient data. | Update envelope recipients, including corrections to names, emails, routing, and recipient data. |
listRecipientTabsList tabs for a recipient in an envelope. | List tabs for a recipient in an envelope. |
createRecipientTabsAdd tabs to a recipient in an envelope. | Add tabs to a recipient in an envelope. |
updateRecipientTabsUpdate tabs for a recipient in an envelope. | Update tabs for a recipient in an envelope. |
listTemplatesList or search account templates. | List or search account templates. |
getTemplateGet a Docusign template by ID. | Get a Docusign template by ID. |
createRecipientViewCreate an embedded signing URL for a recipient. | Create an embedded signing URL for a recipient. |
createSenderViewCreate an embedded sending/correcting URL for an envelope. | Create an embedded sending/correcting URL for an envelope. |
listConnectConfigurationsList account-level Docusign Connect webhook configurations. | List account-level Docusign Connect webhook configurations. |
getConnectConfigurationGet an account-level Docusign Connect configuration. | Get an account-level Docusign Connect configuration. |
createConnectConfigurationCreate an account-level Docusign Connect webhook configuration. | Create an account-level Docusign Connect webhook configuration. |
updateConnectConfigurationUpdate an account-level Docusign Connect webhook configuration. | Update an account-level Docusign Connect webhook configuration. |
deleteConnectConfigurationDelete a Docusign Connect configuration. | Delete a Docusign Connect configuration. |
custom_api_callMake a custom Docusign eSignature REST API call. | Make a custom Docusign eSignature REST API call. |
Triggers
| Name | Description |
|---|---|
connect_event_receivedReceive any Docusign Connect webhook event | Receive any Docusign Connect webhook event |
envelope_status_changedReceive Docusign Connect envelope events | Receive Docusign Connect envelope events |
recipient_status_changedReceive Docusign Connect recipient events | Receive Docusign Connect recipient events |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('docusign', 'listEnvelopes', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'docusign',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Docusign to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Docusign support?
Docusign supports 21 tools including List envelopes, Create envelope, Get envelope, Update envelope, List envelope documents, and more.
Can I use Docusign with AI agents?
Yes. Add Docusign to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Docusign to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Docusign as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Docusign tools exposed by that workspace.
Does Docusign work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Docusign work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Docusign?
Docusign exposes 21 tools, including List envelopes, Create envelope, Get envelope, Update envelope, List envelope documents, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Docusign be used in stateful agent workflows?
Yes. Agents can combine Docusign tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Docusign use?
Docusign uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Docusign integration cost?
The Docusign integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Docusign support?
Docusign supports 3 triggers including Connect Event Received, Envelope Status Changed, Recipient Status Changed.
Connect Docusign in minutes
Get 20,000 free action executions every month. No credit card required.