Skip to main content
Outcome: a running sequence with assigned mailboxes, a schedule, and enrolled contacts — started only after explicit confirmation.

Best interface

The campaign-launch skill runs the whole checklist and gates the start on your explicit confirmation. In an MCP client, follow the Launch a sequence safely recipe — same checklist as MCP tool calls.

Steps

1

Check sending accounts

Email steps need a connected mailbox; LinkedIn steps need a linked LinkedIn account. API: GET /v3/email-accounts, GET /v3/linkedin-accounts (reply api /v3/email-accounts). MCP: reply_list_email_accounts, reply_list_linkedin_accounts.
2

Create or select the sequence

API: POST /v3/sequences to create, GET /v3/sequences to pick an existing one. MCP: reply_search_sequences. For LinkedIn-first cadences, lead with LinkedIn steps and fall back to email for prospects who don’t accept.
3

Assign mailboxes and a schedule

MCP: reply_assign_email_account_to_sequence, reply_assign_schedule_to_sequence — a sequence without a mailbox fails to start with NoEmailAccounts.
4

Enroll the contacts

Add contacts by id, in bulk. Resolve the ids first — never guess them.
Per-contact skips (already in sequence, blacklisted) are reported, not failures — read them and report exact counts.
5

Confirm, then start

Starting begins real outreach — a high-stakes action on every surface. Nothing below asks for confirmation, so ask the user yourself before you run it.
MCP: confirm with the user, then reply_start_sequence.
6

Verify it's running

API: reply api /v3/sequences/12345 --json · MCP: reply_get_sequence_stats or reply_search_sequences to confirm the status is Active.

Availability notes

  • Everything in this guide is available today, including LinkedIn steps (with a linked LinkedIn account).
  • Complex step editing (A/B variants on live sequences, LinkedIn step authoring) is handed off to the Reply app in Skill v1.