Loading...
Loading...
Manage customer messaging and support with Intercom's conversational platform.
npx skill4agent add manojbajaj95/gtm-skills intercom-crmcurl -sSL https://canifi.com/skills/intercom-crm/install.sh | bashcp -r skills/intercom-crm ~/.canifi/skills/# 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"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Reply to the latest Intercom conversation from John"
Assistant: Sends reply in active conversationUser: "Add a new user to Intercom with email sarah@company.com"
Assistant: Creates user with provided detailsUser: "Send an in-app message to users who signed up this week"
Assistant: Creates targeted message campaignUser: "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 |