Manage e-commerce customer support with Gorgias's Shopify-focused help desk.
Manage e-commerce customer support with Gorgias's Shopify-focused help desk.
curl -sSL https://canifi.com/skills/gorgias/install.sh | bash
Or manually:
cp -r skills/gorgias ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GORGIAS_DOMAIN "your_store.gorgias.com"
canifi-env set GORGIAS_API_KEY "your_api_key"
canifi-env set GORGIAS_API_USER "your_api_user"
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 the latest Gorgias ticket about shipping"
Assistant: Returns recent shipping-related ticket
User: "Look up order #1234 for this customer ticket"
Assistant: Retrieves Shopify order details
User: "Apply the 'shipping delay' macro to this ticket"
Assistant: Applies macro with order details
User: "Mark this Gorgias ticket as resolved"
Assistant: Updates ticket status to closed
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify API user and key |
| 403 Forbidden | Feature not available | Check plan tier |
| 404 Not Found | Ticket not found | Verify ticket ID |
| 429 Rate Limited | Too many requests | Implement throttling |