Manage team inbox and customer communication with Front's collaborative platform.
Manage team inbox and customer communication with Front's collaborative platform.
curl -sSL https://canifi.com/skills/front/install.sh | bash
Or manually:
cp -r skills/front ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set FRONT_API_TOKEN "your_api_token"
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: "Show me my assigned Front conversations"
Assistant: Returns conversations assigned to you
User: "Reply to the latest customer email in Front"
Assistant: Sends reply in conversation thread
User: "Assign the billing inquiry to Sarah"
Assistant: Updates conversation assignee
User: "Tag this conversation as 'VIP Customer'"
Assistant: Adds tag to conversation
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid token | Verify API token |
| 403 Forbidden | Insufficient permissions | Check token scope |
| 404 Not Found | Conversation not found | Verify conversation ID |
| 429 Rate Limited | Too many requests | Implement backoff |