Weavz
Documenso

Documenso

Open document signing infrastructure with REST API and lifecycle webhooks

13 tools
1 trigger

Tools

Name
list_documents

List documents in Documenso.

get_document

Get one Documenso document by ID.

create_document

Create a Documenso document using the official API input fields supplied here.

update_document

Update a Documenso document by ID.

send_document

Send a Documenso document for signature.

download_document

Download or retrieve the completed Documenso document PDF response explicitly by document ID.

delete_document

Delete a Documenso document by ID.

list_recipients

List Documenso recipients for one document.

create_recipient

Create a Documenso recipient for one document.

update_recipient

Update a Documenso document recipient by ID.

delete_recipient

Delete a Documenso document recipient by ID.

list_templates

List Documenso templates.

custom_api_call

Make a bounded custom call to the Documenso REST API.

Triggers

Name
document_event

Receive Documenso document lifecycle webhook events after configuring this Weavz webhook URL in Documenso.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('documenso', 'list_documents', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'documenso',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Documenso 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 Documenso support?

Documenso supports 13 tools including List Documents, Get Document, Create Document, Update Document, Send Document, and more.

Can I use Documenso with AI agents?

Yes. Add Documenso 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 Documenso be used in stateful agent workflows?

Yes. Agents can combine Documenso 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 Documenso use?

Documenso uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Documenso integration cost?

The Documenso integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Documenso support?

Documenso supports 1 triggers including Document Event.

Connect Documenso in minutes

Get 20,000 free action executions every month. No credit card required.