activecampaign
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseActiveCampaign Skill
ActiveCampaign Skill
Manage email marketing and CRM with ActiveCampaign's automation platform.
借助ActiveCampaign的自动化平台管理电子邮件营销与CRM。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/activecampaign/install.sh | bashOr manually:
bash
cp -r skills/activecampaign ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/activecampaign/install.sh | bash或者手动安装:
bash
cp -r skills/activecampaign ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
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"
undefinedcanifi-env set ACTIVECAMPAIGN_API_URL "your_account_url"
canifi-env set ACTIVECAMPAIGN_API_KEY "your_api_key"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭据,由您掌控。 Canifi LifeOS尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录该服务
- Claude将使用您的已认证会话,且全程不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
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.
如果您愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭据仅可在您的本地机器上访问,绝不会被传输。
Capabilities
功能
- Contact Management: Create and manage contacts with custom fields
- Email Automation: Build complex automation workflows with triggers
- Campaign Sending: Create and send email campaigns
- Deal Pipeline: Manage sales deals and opportunities
- Site Tracking: Track website visits and behavior
- 联系人管理:创建并管理带有自定义字段的联系人
- 邮件自动化:构建带有触发条件的复杂自动化工作流
- 活动发送:创建并发送电子邮件营销活动
- 销售漏斗管理:管理销售商机与潜在客户
- 网站追踪:追踪网站访问情况与用户行为
Usage Examples
使用示例
Add Contact
添加联系人
User: "Add a new contact to ActiveCampaign for john@company.com"
Assistant: Creates contact with provided details用户:"为john@company.com在ActiveCampaign中添加新联系人"
助手:根据提供的信息创建联系人Start Automation
启动自动化流程
User: "Add this contact to the onboarding automation"
Assistant: Enrolls contact in specified automation用户:"将此联系人加入入门自动化流程"
助手:将联系人纳入指定的自动化流程Create Campaign
创建营销活动
User: "Create a newsletter campaign in ActiveCampaign"
Assistant: Creates campaign draft for editing用户:"在ActiveCampaign中创建一个新闻通讯营销活动"
助手:创建营销活动草稿以供编辑Update Deal
更新销售商机
User: "Move the TechCorp deal to 'Negotiation' stage"
Assistant: Updates deal pipeline stage用户:"将TechCorp的商机移至'谈判'阶段"
助手:更新销售漏斗阶段Authentication Flow
认证流程
- Get API URL and key from ActiveCampaign settings
- URL is account-specific (yourname.api-us1.com)
- Use API key in request header
- All requests require both URL and key
- 从ActiveCampaign设置中获取API URL和密钥
- URL是账户专属的(格式如yourname.api-us1.com)
- 在请求头中使用API密钥
- 所有请求均需同时提供URL和密钥
Error Handling
错误处理
| 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 |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | API密钥无效 | 验证API密钥 |
| 403 禁止访问 | 功能未开放 | 检查您的套餐 |
| 404 未找到 | 资源不存在 | 验证资源ID |
| 422 验证错误 | 数据无效 | 检查请求格式 |
Notes
注意事项
- Combined email marketing and CRM
- Powerful automation builder
- Machine learning features
- Site and event tracking
- Salesforce integration
- 850+ integrations available
- 整合电子邮件营销与CRM功能
- 强大的自动化构建器
- 机器学习功能
- 网站与事件追踪
- Salesforce集成
- 支持850+种集成