Loading...
Loading...
Manage email marketing and CRM with ActiveCampaign's automation platform.
npx skill4agent add andrejones92/canifi-life-os activecampaigncurl -sSL https://canifi.com/skills/activecampaign/install.sh | bashcp -r skills/activecampaign ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set ACTIVECAMPAIGN_API_URL "your_account_url"
canifi-env set ACTIVECAMPAIGN_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Add a new contact to ActiveCampaign for john@company.com"
Assistant: Creates contact with provided detailsUser: "Add this contact to the onboarding automation"
Assistant: Enrolls contact in specified automationUser: "Create a newsletter campaign in ActiveCampaign"
Assistant: Creates campaign draft for editingUser: "Move the TechCorp deal to 'Negotiation' stage"
Assistant: Updates deal pipeline stage| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key |
| 403 Forbidden | Feature not available | Check plan |
| 404 Not Found | Resource not found | Verify ID |
| 422 Validation Error | Invalid data | Check request format |