Loading...
Loading...
Manage electronic signatures with HelloSign's simple e-signature solution.
npx skill4agent add andrejones92/canifi-life-os hellosigncurl -sSL https://canifi.com/skills/hellosign/install.sh | bashcp -r skills/hellosign ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set HELLOSIGN_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Send this document to Sarah for signature"
Assistant: Creates and sends signature requestUser: "Send the NDA template to the new client"
Assistant: Creates request from templateUser: "Is the contract signed yet?"
Assistant: Returns signature request statusUser: "Download the signed agreement"
Assistant: Downloads completed document| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 400 Bad Request | Invalid request | Check parameters |
| 404 Not Found | Request not found | Verify request ID |
| 429 Rate Limited | Too many requests | Wait and retry |