Weavz
Dropbox Sign

Dropbox Sign

Electronic signature and document signing platform formerly known as HelloSign.

11 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_signature_requests

List signature requests for the connected Dropbox Sign account.

get_signature_request

Get details and current status of a signature request.

send_signature_request

Create and send a Dropbox Sign signature request from a public file URL.

send_with_template

Create and send a Dropbox Sign signature request from one or more templates.

update_signature_request

Update signer details for an in-flight Dropbox Sign signature request.

cancel_signature_request

Cancel an existing signature request by exact ID.

download_files

Download the current PDF or ZIP files for a Dropbox Sign signature request. This writes the file to Weavz files.

list_templates

List Dropbox Sign templates available to the connected account.

get_template

Get a Dropbox Sign template by ID.

set_account_callback

Set the account-level Dropbox Sign callback URL. This updates account webhook delivery settings.

custom_api_call

Make a bounded custom call to the Dropbox Sign API.

Triggers

Name
signature_request_completed

Receive Dropbox Sign completion events for signature requests.

signature_request_declined

Receive Dropbox Sign declined or canceled events for signature requests.

event_received

Receive Dropbox Sign account or app callback events.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Dropbox Sign to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Dropbox Sign support?

Dropbox Sign supports 11 tools including List Signature Requests, Get Signature Request, Send Signature Request, Send With Template, Update Signature Request, and more.

Can I use Dropbox Sign with AI agents?

Yes. Add Dropbox Sign 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 Dropbox Sign to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Dropbox Sign as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Dropbox Sign tools exposed by that workspace.

Does Dropbox Sign 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 Dropbox Sign work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Dropbox Sign?

Dropbox Sign exposes 11 tools, including List Signature Requests, Get Signature Request, Send Signature Request, Send With Template, Update Signature Request, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Dropbox Sign be used in stateful agent workflows?

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

Dropbox Sign uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Dropbox Sign integration cost?

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

What triggers does Dropbox Sign support?

Dropbox Sign supports 3 triggers including Signature Request Completed, Signature Request Declined, Event Received.

Connect Dropbox Sign in minutes

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