sequence-load
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSequence Load
序列加载
Find, enrich, and load contacts into an outreach sequence — end to end. The user provides targeting criteria and a sequence name via "$ARGUMENTS".
端到端地查找、补全客户信息并将联系人加载到开发序列中。用户通过「$ARGUMENTS」提供目标筛选条件和序列名称。
Examples
示例
/apollo:sequence-load add 20 VP Sales at SaaS companies to my "Q1 Outbound" sequence/apollo:sequence-load SDR managers at fintech startups → Cold Outreach v2- (shows all available sequences)
/apollo:sequence-load list sequences /apollo:sequence-load directors of engineering, 500+ employees, US → Demo Follow-up/apollo:sequence-load reload 15 more leads into "Enterprise Pipeline"
/apollo:sequence-load 将SaaS公司的20位销售副总裁添加到我的「Q1主动获客」序列/apollo:sequence-load 金融科技初创公司的SDR经理 → 主动获客版本2- (显示所有可用序列)
/apollo:sequence-load list sequences /apollo:sequence-load 工程总监,员工规模500+,美国 → 演示跟进/apollo:sequence-load 再将15个潜在客户加载到「企业客户管道」序列
Step 1 — Parse Input
步骤1 — 解析输入
From "$ARGUMENTS", extract:
Targeting criteria:
- Job titles →
person_titles - Seniority levels →
person_seniorities - Industry keywords →
q_organization_keyword_tags - Company size →
organization_num_employees_ranges - Locations → or
person_locationsorganization_locations
Sequence info:
- Sequence name (text after "to", "into", or "→")
- Volume — how many contacts to add (default: 10 if not specified)
If the user just says "list sequences", skip to Step 2 and show all available sequences.
从「$ARGUMENTS」中提取:
目标筛选条件:
- 职位头衔 →
person_titles - 职级 →
person_seniorities - 行业关键词 →
q_organization_keyword_tags - 公司规模 →
organization_num_employees_ranges - 所在地 → 或
person_locationsorganization_locations
序列信息:
- 序列名称(位于「to」「into」或「→」之后的文本)
- 数量 — 要添加的联系人数量(默认:未指定时为10)
如果用户仅输入「list sequences」,则跳过步骤2,直接显示所有可用序列。
Step 2 — Find the Sequence
步骤2 — 查找序列
Use to find the target sequence:
mcp__claude_ai_Apollo_MCP__apollo_emailer_campaigns_search- Set to the sequence name from input
q_name
If no match or multiple matches:
- Show all available sequences in a table: | Name | ID | Status |
- Ask the user to pick one
使用查找目标序列:
mcp__claude_ai_Apollo_MCP__apollo_emailer_campaigns_search- 将设置为输入中的序列名称
q_name
如果未找到匹配项或存在多个匹配项:
- 以表格形式显示所有可用序列:| 名称 | ID | 状态 |
- 请用户选择一个
Step 3 — Get Email Account
步骤3 — 获取邮箱账户
Use to list linked email accounts.
mcp__claude_ai_Apollo_MCP__apollo_email_accounts_index- If one account → use automatically
- If multiple → show them and ask which to send from
使用列出已关联的邮箱账户。
mcp__claude_ai_Apollo_MCP__apollo_email_accounts_index- 如果只有一个账户 → 自动使用该账户
- 如果有多个账户 → 显示账户列表并询问使用哪个账户发送邮件
Step 4 — Find Matching People
步骤4 — 查找匹配的潜在客户
Use with the targeting criteria.
mcp__claude_ai_Apollo_MCP__apollo_mixed_people_api_search- Set to the requested volume (or 10 by default)
per_page
Present the candidates in a preview table:
| # | Name | Title | Company | Location |
|---|
Ask: "Add these [N] contacts to [Sequence Name]? This will consume [N] Apollo credits for enrichment."
Wait for confirmation before proceeding.
结合目标筛选条件,使用:
mcp__claude_ai_Apollo_MCP__apollo_mixed_people_api_search- 将设置为请求的数量(默认:10)
per_page
以预览表格形式展示候选客户:
| 序号 | 姓名 | 职位 | 公司 | 所在地 |
|---|
询问:「是否将这[N]个联系人添加到[序列名称]?此操作将消耗[N]个Apollo credits用于客户信息补全。」
在继续操作前等待用户确认。
Step 5 — Enrich and Create Contacts
步骤5 — 补全信息并创建联系人
For each approved lead:
-
Enrich — Use(batch up to 10 per call) with:
mcp__claude_ai_Apollo_MCP__apollo_people_bulk_match- ,
first_name,last_namefor each persondomain - set to
reveal_personal_emailstrue
-
Create contacts — For each enriched person, usewith:
mcp__claude_ai_Apollo_MCP__apollo_contacts_create- ,
first_name,last_name,email,titleorganization_name - or
direct_phoneif availablemobile_phone - set to
run_dedupetrue
Collect all created contact IDs.
对于每个已获批准的潜在客户:
-
信息补全 — 使用(每次调用最多批量处理10个),参数包括:
mcp__claude_ai_Apollo_MCP__apollo_people_bulk_match- 每位客户的、
first_name、last_namedomain - 将设置为
reveal_personal_emailstrue
- 每位客户的
-
创建联系人 — 对于每个已补全信息的客户,使用,参数包括:
mcp__claude_ai_Apollo_MCP__apollo_contacts_create- 、
first_name、last_name、email、titleorganization_name - 若有可用信息,添加或
direct_phonemobile_phone - 将设置为
run_dedupetrue
收集所有已创建的联系人ID。
Step 6 — Add to Sequence
步骤6 — 添加到序列
Use with:
mcp__claude_ai_Apollo_MCP__apollo_emailer_campaigns_add_contact_ids- : the sequence ID
id - : same sequence ID
emailer_campaign_id - : array of created contact IDs
contact_ids - : the chosen email account ID
send_email_from_email_account_id - :
sequence_active_in_other_campaigns(safe default)false
使用,参数包括:
mcp__claude_ai_Apollo_MCP__apollo_emailer_campaigns_add_contact_ids- :序列ID
id - :与序列ID相同
emailer_campaign_id - :已创建的联系人ID数组
contact_ids - :所选的邮箱账户ID
send_email_from_email_account_id - :
sequence_active_in_other_campaigns(安全默认值)false
Step 7 — Confirm Enrollment
步骤7 — 确认加入成功
Show a summary:
Sequence loaded successfully
| Field | Value |
|---|---|
| Sequence | [Name] |
| Contacts added | [count] |
| Sending from | [email address] |
| Credits used | [count] |
Contacts enrolled:
| Name | Title | Company |
|---|
显示汇总信息:
序列加载成功
| 字段 | 值 |
|---|---|
| 序列 | [名称] |
| 添加的联系人数量 | [count] |
| 发送邮箱 | [邮箱地址] |
| 消耗的Credits | [count] |
已加入序列的联系人:
| 姓名 | 职位 | 公司 | 邮箱 |
|---|
Step 8 — Offer Next Actions
步骤8 — 提供后续操作选项
Ask the user:
- Load more — Find and add another batch of leads
- Review sequence — Show sequence details and all enrolled contacts
- Remove a contact — Use to remove specific contacts
mcp__claude_ai_Apollo_MCP__apollo_emailer_campaigns_remove_or_stop_contact_ids - Pause a contact — Re-add with and an
status: "paused"dateauto_unpause_at
询问用户:
- 加载更多 — 查找并添加另一批潜在客户
- 查看序列 — 显示序列详情及所有已加入的联系人
- 移除联系人 — 使用移除特定联系人
mcp__claude_ai_Apollo_MCP__apollo_emailer_campaigns_remove_or_stop_contact_ids - 暂停联系人 — 以和
status: "paused"日期重新添加联系人auto_unpause_at