Manage sales with Freshsales CRM powered by AI and automation.
Manage sales with Freshsales CRM powered by AI and automation.
curl -sSL https://canifi.com/skills/freshsales/install.sh | bash
Or manually:
cp -r skills/freshsales ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set FRESHSALES_API_KEY "your_api_key"
canifi-env set FRESHSALES_DOMAIN "your_domain.freshsales.io"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Add Sarah Williams as a new contact in Freshsales"
Assistant: Creates contact with AI enrichment
User: "Show me my Freshsales deal pipeline"
Assistant: Returns deals organized by stage
User: "Add the new lead to the onboarding sequence"
Assistant: Enrolls contact in automated sequence
User: "What deals should I focus on today?"
Assistant: Returns AI-recommended priority deals
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key |
| 403 Forbidden | Insufficient permissions | Check admin access |
| 429 Rate Limited | Too many requests | Implement backoff |
| 404 Not Found | Resource doesn't exist | Verify ID |