drip

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Drip 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 | bash
Or 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
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set DRIP_API_KEY "your_api_key" canifi-env set DRIP_ACCOUNT_ID "your_account_id"
undefined
canifi-env set DRIP_API_KEY "your_api_key" canifi-env set DRIP_ACCOUNT_ID "your_account_id"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭据:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

功能特性

  1. Subscriber Management: Track subscribers with rich e-commerce data
  2. Email Campaigns: Create branded email campaigns
  3. Workflow Automation: Build automated journeys based on behavior
  4. Segmentation: Create segments based on purchase and browse behavior
  5. Revenue Attribution: Track email impact on revenue
  1. 订阅者管理:利用丰富的电商数据追踪订阅者
  2. 邮件营销活动:创建品牌化邮件营销活动
  3. 工作流自动化:基于用户行为构建自动化旅程
  4. 用户细分:基于购买和浏览行为创建细分群体
  5. 营收归因:追踪邮件对营收的影响

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

认证流程

  1. Get API key from Drip account settings
  2. Note your account ID from settings
  3. Use Basic Auth with API key
  4. Account ID required for most endpoints
  1. 从Drip账户设置中获取API密钥
  2. 从设置中记录您的账户ID
  3. 使用API密钥进行基础认证
  4. 大多数接口都需要账户ID

Error Handling

错误处理

ErrorCauseSolution
401 UnauthorizedInvalid API keyVerify credentials
404 Not FoundResource not foundCheck account ID
422 Validation ErrorInvalid dataFix request format
429 Rate LimitedToo many requestsImplement 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天免费试用