Skip to main content
POST
Add Contacts to a Sequence
Add contacts to an email sequence. ⚠️ This is the endpoint that causes real email to be sent: once added to an active sequence, contacts start receiving its steps from the workspace’s connected mailboxes. Get the sequence id from post_apollo_emailer_campaigns_search and confirm its state before adding anyone. 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. Sending cannot be recalled once a step goes out.

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 (emailer campaign) ID.

Query Parameters

emailer_campaign_id
string
required

Sequence ID (same as sequence_id).

contact_ids[]
string[]

Contact IDs to add. Provide either contact_ids[] or label_names[] (or both).

label_names[]
string[]

Label names for contacts to add. Provide either label_names[] or contact_ids[] (or both).

send_email_from_email_account_id
string
required

Email account ID (or IDs) to send from.

send_email_from_email_address
string

Optional from-address alias.

sequence_no_email
boolean

Allow contacts without email.

sequence_unverified_email
boolean

Allow contacts with unverified email.

sequence_job_change
boolean

Allow contacts with job change.

sequence_active_in_other_campaigns
boolean

Allow contacts active in other sequences.

sequence_finished_in_other_campaigns
boolean

Allow contacts finished in other sequences.

Response

Successful response

success
boolean

Whether the add succeeded (when returned).