Loading...
Loading...
Manage customer service with Gladly's people-centered support platform.
npx skill4agent add andrejones92/canifi-life-os gladlycurl -sSL https://canifi.com/skills/gladly/install.sh | bashcp -r skills/gladly ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GLADLY_API_TOKEN "your_api_token"
canifi-env set GLADLY_ORGANIZATION "your_organization"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me the Gladly timeline for john@customer.com"
Assistant: Returns complete customer interaction historyUser: "Start a new conversation with customer about order issue"
Assistant: Creates conversation with customer contextUser: "Create a follow-up task for the VIP customer inquiry"
Assistant: Creates task linked to conversationUser: "Find all Gladly customers with VIP status"
Assistant: Searches and returns matching customers| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid token | Verify API token |
| 403 Forbidden | Insufficient permissions | Check admin access |
| 404 Not Found | Customer not found | Verify customer ID |
| 429 Rate Limited | Too many requests | Implement backoff |