Weavz
DocuSeal

DocuSeal

Document signing API for submissions, templates, embedding, and webhooks

9 tools
1 trigger

Tools

Name
list_submissions

List DocuSeal signature request submissions.

get_submission

Get one DocuSeal submission by ID.

create_submission

Create a signature request submission from a DocuSeal template.

get_submission_documents

Get signed document URLs for a DocuSeal submission.

archive_submission

Archive a DocuSeal submission by ID.

list_templates

List DocuSeal templates.

get_template

Get one DocuSeal template by ID.

archive_template

Archive a DocuSeal template by ID.

custom_api_call

Make a bounded custom call to the DocuSeal API.

Triggers

Name
submission_event

Receive DocuSeal submission webhook events after configuring this Weavz webhook URL in DocuSeal.

Quick Start

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