DocuSign Integration Template
Integrate DocuSign eSignature services into your Mid-call Actions and enable your AI assistant to automatically send contracts, consent forms, and other documents for electronic signature during customer conversations.Overview & Features
Electronic Signatures
- Immediate sending of documents for eSignature
- Template-based document generation
- Multi-signer workflows for complex contracts
- Legally binding electronic signatures (EU eIDAS)
Contract Automation
- Automatic contract sending upon deal closure
- Consent forms for GDPR compliance
- Order confirmations and service agreements
- Integration with CRM and legal workflows
DocuSign API & Account Setup
1. DocuSign Developer Account
Prepare DocuSign Account
- Create a DocuSign developer account
- Go to the developer dashboard
- Note your account ID
Configure DocuSign Tool
Configuration in Famulor Interface
- Tool Details
- Header Configuration
- Request Body Template
| Field | Value |
|---|---|
| Name* | DocuSign Dokument senden |
| Description | ”Automatically sends documents for electronic signature via DocuSign” |
| Function Name* | send_docusign_envelope |
| Function Description* | “Sends a document for signature via DocuSign. Use this for contracts, consent forms, or order confirmations after successful calls.” |
| HTTP Method | POST |
| Timeout (ms) | 10000 |
| Endpoint* | https://demo.docusign.net/restapi/v2.1/accounts/{account_id}/envelopes |
Parameter Schema
Practical Use Cases
Scenario 1: Closing a Contract After Sales Call
Scenario 2: GDPR Consent Forms
Privacy Consent Management
Privacy Consent Management
Data Protection Compliance Workflow:
Multi-Language Support
Multi-Language Support
DocuSign Response Handling
- Pre-Action:
"I am sending the document to {{signer_name}} for signature..." - Success:
"Document has been sent for signature. Envelope ID: {{response.envelopeId}}"

