Docusign
Actions
| Name | Description |
|---|---|
listEnvelopesList / search envelopes | List / search envelopes |
getEnvelopeGet Docusign envelope | Get Docusign envelope |
getDocumentGet document from a specific envelope | Get document from a specific envelope |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'docusign',
actionName: 'listEnvelopes',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Docusign support?
Docusign supports 4 actions including List envelopes, Get envelope, Get document, Custom API Call.
Can I use Docusign with AI agents?
Yes. Add Docusign to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Docusign use?
Docusign uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Docusign integration cost?
The Docusign integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Docusign in 2 minutes
Get 1,000 free actions every month. No credit card required.