drip
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDrip Skill
Drip Skill
Manage e-commerce email marketing with Drip's revenue-focused automation platform.
使用以营收为核心的自动化平台Drip管理电商邮件营销。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/drip/install.sh | bashOr manually:
bash
cp -r skills/drip ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/drip/install.sh | bash或手动安装:
bash
cp -r skills/drip ~/.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 DRIP_API_KEY "your_api_key"
canifi-env set DRIP_ACCOUNT_ID "your_account_id"
undefinedcanifi-env set DRIP_API_KEY "your_api_key"
canifi-env set DRIP_ACCOUNT_ID "your_account_id"
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
功能特性
- Subscriber Management: Track subscribers with rich e-commerce data
- Email Campaigns: Create branded email campaigns
- Workflow Automation: Build automated journeys based on behavior
- Segmentation: Create segments based on purchase and browse behavior
- Revenue Attribution: Track email impact on revenue
- 订阅者管理:利用丰富的电商数据追踪订阅者
- 邮件营销活动:创建品牌化邮件营销活动
- 工作流自动化:基于用户行为构建自动化旅程
- 用户细分:基于购买和浏览行为创建细分群体
- 营收归因:追踪邮件对营收的影响
Usage Examples
使用示例
Add Subscriber
添加订阅者
User: "Add a new subscriber to Drip from the checkout"
Assistant: Creates subscriber with e-commerce data用户:"将结账页面的新用户添加到Drip订阅者列表"
助手:创建包含电商数据的订阅者条目Create Campaign
创建营销活动
User: "Create a product recommendation campaign in Drip"
Assistant: Creates campaign with product blocks用户:"在Drip中创建一个产品推荐营销活动"
助手:创建包含产品模块的营销活动Start Workflow
启动工作流
User: "Trigger the abandoned cart workflow for this subscriber"
Assistant: Enrolls subscriber in workflow用户:"为该订阅者触发购物车遗弃工作流"
助手:将订阅者纳入工作流View Revenue
查看营收数据
User: "Show me Drip revenue from email this month"
Assistant: Returns revenue attribution metrics用户:"展示本月Drip邮件带来的营收"
助手:返回营收归因指标Authentication Flow
认证流程
- Get API key from Drip account settings
- Note your account ID from settings
- Use Basic Auth with API key
- Account ID required for most endpoints
- 从Drip账户设置中获取API密钥
- 从设置中记录您的账户ID
- 使用API密钥进行基础认证
- 大多数接口都需要账户ID
Error Handling
错误处理
| 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 |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | API密钥无效 | 验证凭据 |
| 404 未找到 | 资源不存在 | 检查账户ID |
| 422 验证错误 | 数据无效 | 修正请求格式 |
| 429 请求受限 | 请求过于频繁 | 实现退避机制 |
Notes
注意事项
- E-commerce marketing focus
- Deep Shopify integration
- Visual workflow builder
- Revenue tracking built-in
- Pre-built automation templates
- 14-day free trial
- 聚焦电商营销
- 深度集成Shopify
- 可视化工作流构建器
- 内置营收追踪功能
- 预构建自动化模板
- 14天免费试用