E-Signature
Send any Anvil-generated document (Quote, PI, CI, contract) for legally-binding e-signature via DocuSign, HelloSign, 法大大 (Fadada), or e-签宝 (E-qianbao). The signed PDF flows back into the document timeline automatically.

What It Does
When to Use
Whenever a document needs a signature — sales contracts, NDAs, distributor agreements, large quotes that act as commitments.
Sending for Signature
curl -X POST https://api.anvilhk.com/api/v1/esign/send \
-H "Authorization: Bearer $ANVIL_KEY" \
-H "X-Tenant-ID: $TENANT" \
-H "Content-Type: application/json" \
-d '{
"documentId": "doc_01H...",
"provider": "docusign",
"signers": [
{ "email": "buyer@example.com", "name": "Buyer Name", "order": 1 },
{ "email": "seller@yourcompany.com", "name": "You", "order": 2 }
]
}'Provider Options
| Provider | Best for | Compliance |
|---|---|---|
| DocuSign | Global / US | eIDAS, ESIGN |
| HelloSign | SMB / startup | ESIGN |
| Fadada (法大大) | China mainland | 电子签名法 |
| E-qianbao (e-签宝) | China mainland | 电子签名法 |
API Endpoints
Public webhook receivers at /webhooks/esign/:provider handle the providers' callbacks (signature verified at the service edge).
Pricing & Limits
| Plan | Envelopes / month |
|---|---|
| Starter | 5 |
| Pro | 100 |
| Enterprise | unlimited |