Loading...
Loading...
Manage customer support with Help Scout's human-focused help desk.
npx skill4agent add andrejones92/canifi-life-os helpscoutcurl -sSL https://canifi.com/skills/helpscout/install.sh | bashcp -r skills/helpscout ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set HELPSCOUT_API_KEY "your_api_key"
canifi-env set HELPSCOUT_APP_ID "your_app_id"
canifi-env set HELPSCOUT_APP_SECRET "your_app_secret"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me the latest Help Scout conversation from TechCorp"
Assistant: Returns recent customer conversationUser: "Start a new conversation with john@customer.com about their renewal"
Assistant: Creates new email conversationUser: "Close the conversation with customer #12345"
Assistant: Updates conversation status to closedUser: "Find Help Scout docs about password resets"
Assistant: Searches knowledge base for matching articles| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify API key or OAuth tokens |
| 403 Forbidden | Insufficient permissions | Check user role |
| 404 Not Found | Conversation not found | Verify conversation ID |
| 429 Rate Limited | Too many requests | Implement backoff |