Skip to main content
POST
Activate a Sequence
Activate a sequence, which makes it start sending. ⚠️ Every contact already in it begins receiving steps from the workspace’s connected mailboxes. Check membership with post_apollo_emailer_campaigns_search and mailbox health with get_apollo_email_accounts first. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation. Activation affects everyone using this workspace.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sequence_id
string
required

Sequence ID.

Response

Successful response

emailer_campaign
object

Sequence object (when returned).

emailer_steps
string[]

Sequence steps (when returned).