Dropbox Sign
Electronic signature and document signing platform formerly known as HelloSign.
Tools
| Name | Description |
|---|---|
list_signature_requestsList signature requests for the connected Dropbox Sign account. | List signature requests for the connected Dropbox Sign account. |
get_signature_requestGet details and current status of a signature request. | Get details and current status of a signature request. |
send_signature_requestCreate and send a Dropbox Sign signature request from a public file URL. | Create and send a Dropbox Sign signature request from a public file URL. |
send_with_templateCreate and send a Dropbox Sign signature request from one or more templates. | Create and send a Dropbox Sign signature request from one or more templates. |
update_signature_requestUpdate signer details for an in-flight Dropbox Sign signature request. | Update signer details for an in-flight Dropbox Sign signature request. |
cancel_signature_requestCancel an existing signature request by exact ID. | Cancel an existing signature request by exact ID. |
download_filesDownload the current PDF or ZIP files for a Dropbox Sign signature request. This writes the file to Weavz files. | Download the current PDF or ZIP files for a Dropbox Sign signature request. This writes the file to Weavz files. |
list_templatesList Dropbox Sign templates available to the connected account. | List Dropbox Sign templates available to the connected account. |
get_templateGet a Dropbox Sign template by ID. | Get a Dropbox Sign template by ID. |
set_account_callbackSet the account-level Dropbox Sign callback URL. This updates account webhook delivery settings. | Set the account-level Dropbox Sign callback URL. This updates account webhook delivery settings. |
custom_api_callMake a bounded custom call to the Dropbox Sign API. | Make a bounded custom call to the Dropbox Sign API. |
Triggers
| Name | Description |
|---|---|
signature_request_completedReceive Dropbox Sign completion events for signature requests. | Receive Dropbox Sign completion events for signature requests. |
signature_request_declinedReceive Dropbox Sign declined or canceled events for signature requests. | Receive Dropbox Sign declined or canceled events for signature requests. |
event_receivedReceive Dropbox Sign account or app callback events. | Receive Dropbox Sign account or app callback events. |
Quick Start
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.