Skip to main content
POST
https://api.aisa.one/apis/v1
/
apollo
/
emailer_campaigns
/
{sequence_id}
/
add_contact_ids
Add Contacts to a Sequence
curl --request POST \
  --url https://api.aisa.one/apis/v1/apollo/emailer_campaigns/{sequence_id}/add_contact_ids \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

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).