HelloSign
Electronic signature platform for sending and managing document signing requests
Actions
| Name | Description |
|---|---|
send_signature_requestCreate and send a new signature request via HelloSign | Create and send a new signature request via HelloSign |
get_signature_requestGet details of a specific signature request | Get details of a specific signature request |
list_signature_requestsList all signature requests in your account | List all signature requests in your account |
custom_api_callMake a custom API call to the HelloSign API | Make a custom API call to the HelloSign API |
Triggers
| Name | Description |
|---|---|
signature_completedTriggers when a signature request is completed by all parties | Triggers when a signature request is completed by all parties |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'hellosign',
actionName: 'send_signature_request',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect HelloSign 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 HelloSign support?
HelloSign supports 4 actions including Send Signature Request, Get Signature Request, List Signature Requests, Custom API Call.
Can I use HelloSign with AI agents?
Yes. Add HelloSign 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 HelloSign use?
HelloSign uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the HelloSign integration cost?
The HelloSign integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does HelloSign support?
HelloSign supports 1 triggers including Signature Completed.
Connect HelloSign in 2 minutes
Get 1,000 free actions every month. No credit card required.