DocuSeal
Document signing API for submissions, templates, embedding, and webhooks
Tools
| Name | Description |
|---|---|
list_submissionsList DocuSeal signature request submissions. | List DocuSeal signature request submissions. |
get_submissionGet one DocuSeal submission by ID. | Get one DocuSeal submission by ID. |
create_submissionCreate a signature request submission from a DocuSeal template. | Create a signature request submission from a DocuSeal template. |
get_submission_documentsGet signed document URLs for a DocuSeal submission. | Get signed document URLs for a DocuSeal submission. |
archive_submissionArchive a DocuSeal submission by ID. | Archive a DocuSeal submission by ID. |
list_templatesList DocuSeal templates. | List DocuSeal templates. |
get_templateGet one DocuSeal template by ID. | Get one DocuSeal template by ID. |
archive_templateArchive a DocuSeal template by ID. | Archive a DocuSeal template by ID. |
custom_api_callMake a bounded custom call to the DocuSeal API. | Make a bounded custom call to the DocuSeal API. |
Triggers
| Name | Description |
|---|---|
submission_eventReceive DocuSeal submission webhook events after configuring this Weavz webhook URL in DocuSeal. | Receive DocuSeal submission webhook events after configuring this Weavz webhook URL in DocuSeal. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('docuseal', 'list_submissions', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'docuseal',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect DocuSeal 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 DocuSeal support?
DocuSeal supports 9 tools including List Submissions, Get Submission, Create Submission, Get Submission Documents, Archive Submission, and more.
Can I use DocuSeal with AI agents?
Yes. Add DocuSeal 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.
Can DocuSeal be used in stateful agent workflows?
Yes. Agents can combine DocuSeal 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 DocuSeal use?
DocuSeal uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the DocuSeal integration cost?
The DocuSeal integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does DocuSeal support?
DocuSeal supports 1 triggers including Submission Event.
Connect DocuSeal in minutes
Get 20,000 free action executions every month. No credit card required.