Loading...
Loading...
Manage electronic signatures and agreements with DocuSign's e-signature platform.
npx skill4agent add andrejones92/canifi-life-os docusigncurl -sSL https://canifi.com/skills/docusign/install.sh | bashcp -r skills/docusign ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set DOCUSIGN_INTEGRATION_KEY "your_integration_key"
canifi-env set DOCUSIGN_USER_ID "your_user_id"
canifi-env set DOCUSIGN_ACCOUNT_ID "your_account_id"
canifi-env set DOCUSIGN_PRIVATE_KEY "your_private_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Send the contract to john@company.com for signature"
Assistant: Creates envelope and sends for signingUser: "What's the status of the NDA I sent yesterday?"
Assistant: Returns envelope status and activityUser: "Create a template from this signed agreement"
Assistant: Creates reusable templateUser: "Send a reminder for the unsigned contract"
Assistant: Sends reminder to pending signers| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 400 Bad Request | Invalid envelope data | Validate document format |
| 404 Not Found | Envelope not found | Verify envelope ID |
| 429 Rate Limited | Too many requests | Implement backoff |