Loading...
Loading...
Manage sales with Close's communication-focused CRM for inside sales teams.
npx skill4agent add andrejones92/canifi-life-os closecurl -sSL https://canifi.com/skills/close/install.sh | bashcp -r skills/close ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CLOSE_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a new lead in Close for DataFlow Inc"
Assistant: Creates lead with company informationUser: "Log a 15-minute call with the DataFlow lead"
Assistant: Creates call activity with durationUser: "Add this lead to the follow-up email sequence"
Assistant: Enrolls lead in email sequenceUser: "Show me all hot leads from the past week"
Assistant: Returns leads matching smart view criteria| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key |
| 404 Not Found | Lead doesn't exist | Check lead ID |
| 429 Rate Limited | Too many requests | Implement throttling |
| 400 Bad Request | Invalid data format | Validate request |