Manage customer messaging and support with Intercom's conversational platform.
Manage customer messaging and support with Intercom's conversational platform.
curl -sSL https://canifi.com/skills/intercom-crm/install.sh | bash
Or manually:
cp -r skills/intercom-crm ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set INTERCOM_ACCESS_TOKEN "your_access_token"
canifi-env set INTERCOM_APP_ID "your_app_id"
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: "Reply to the latest Intercom conversation from John"
Assistant: Sends reply in active conversation
User: "Add a new user to Intercom with email [email protected]"
Assistant: Creates user with provided details
User: "Send an in-app message to users who signed up this week"
Assistant: Creates targeted message campaign
User: "Find all Intercom users on the enterprise plan"
Assistant: Searches users by segment criteria
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid token | Verify access token |
| 403 Forbidden | Scope not available | Check app permissions |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Implement backoff |