What a campaign contains
- Steps — an ordered sequence of touches, each on a channel (email, LinkedIn, or call) with a delay before it runs.
- Leads — the people moving through the steps. Leads enter from signals, CSV import, the webhook, or by being added from your lead database.
- Status —
draftwhile you build it,activeonce it’s running,pausedwhen you stop sends,completedwhen everyone has finished.
Lifecycle
- Create a campaign and define its steps in the Cockpit.
- Add leads — from signals, an import, or the inbound webhook.
- Activate it. Leads progress through the steps; replies surface in the inbox.
- Monitor performance and refine the sequence.
Campaigns and the API
Read campaigns and the leads inside them through the API:- List campaigns:
GET /v1/campaigns - Get one campaign:
GET /v1/campaigns/{id} - List a campaign’s leads:
GET /v1/leads?campaignId={id}
“Campaign” is the product term for what’s called a funnel in some internal contexts — they’re the same thing. The API uses campaign everywhere.