Loading...
Loading...
Manage e-commerce email marketing with Drip's revenue-focused automation platform.
npx skill4agent add andrejones92/canifi-life-os dripcurl -sSL https://canifi.com/skills/drip/install.sh | bashcp -r skills/drip ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set DRIP_API_KEY "your_api_key"
canifi-env set DRIP_ACCOUNT_ID "your_account_id"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Add a new subscriber to Drip from the checkout"
Assistant: Creates subscriber with e-commerce dataUser: "Create a product recommendation campaign in Drip"
Assistant: Creates campaign with product blocksUser: "Trigger the abandoned cart workflow for this subscriber"
Assistant: Enrolls subscriber in workflowUser: "Show me Drip revenue from email this month"
Assistant: Returns revenue attribution metrics| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 404 Not Found | Resource not found | Check account ID |
| 422 Validation Error | Invalid data | Fix request format |
| 429 Rate Limited | Too many requests | Implement backoff |