Dropbox Sign
Electronic signature and document signing platform (formerly HelloSign)
Actions
| Name | Description |
|---|---|
list_signature_requestsList all signature requests for your account | List all signature requests for your account |
get_signature_requestGet details and current status of a specific signature request | Get details and current status of a specific signature request |
send_signature_requestCreate and send a new signature request | Create and send a new signature request |
cancel_signature_requestCancel an existing signature request | Cancel an existing signature request |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'dropbox-sign',
actionName: 'list_signature_requests',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Dropbox Sign support?
Dropbox Sign supports 4 actions including List Signature Requests, Get Signature Request, Send Signature Request, Cancel Signature Request.
Can I use Dropbox Sign with AI agents?
Yes. Add Dropbox Sign to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Dropbox Sign use?
Dropbox Sign uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Dropbox Sign integration cost?
The Dropbox Sign integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Dropbox Sign in 2 minutes
Get 1,000 free actions every month. No credit card required.