Weavz
Docusign

Docusign

Send, manage, and track DocuSign envelopes and e-signature workflows.

21 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
listEnvelopes

List / search envelopes

createEnvelope

Create a Docusign envelope. Include `status: sent` in the body to send immediately.

getEnvelope

Get Docusign envelope

updateEnvelope

Update an envelope, including status transitions such as sending a draft or voiding an envelope.

listEnvelopeDocuments

List document metadata for an envelope

getDocument

Get document from a specific envelope

listRecipients

List envelope recipients and optionally include tab data.

updateRecipients

Update envelope recipients, including corrections to names, emails, routing, and recipient data.

listRecipientTabs

List tabs for a recipient in an envelope.

createRecipientTabs

Add tabs to a recipient in an envelope.

updateRecipientTabs

Update tabs for a recipient in an envelope.

listTemplates

List or search account templates.

getTemplate

Get a Docusign template by ID.

createRecipientView

Create an embedded signing URL for a recipient.

createSenderView

Create an embedded sending/correcting URL for an envelope.

listConnectConfigurations

List account-level Docusign Connect webhook configurations.

getConnectConfiguration

Get an account-level Docusign Connect configuration.

createConnectConfiguration

Create an account-level Docusign Connect webhook configuration.

updateConnectConfiguration

Update an account-level Docusign Connect webhook configuration.

deleteConnectConfiguration

Delete a Docusign Connect configuration.

custom_api_call

Make a custom Docusign eSignature REST API call.

Triggers

Name
connect_event_received

Receive any Docusign Connect webhook event

envelope_status_changed

Receive Docusign Connect envelope events

recipient_status_changed

Receive Docusign Connect recipient events

Quick Start

TypeScript
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.