Skip to main content
POST
Update Contact Status in a Sequence
Remove contacts from a sequence, or stop it for them without removing them. Use it to halt sending to someone who replied or asked to stop. Already-sent messages are unaffected — this only prevents future steps. 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.

Authorizations

Authorization
string
header
required

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

Query Parameters

emailer_campaign_ids[]
string[]
required

Sequence IDs.

contact_ids[]
string[]
required

Contact IDs.

mode
string
required

One of: mark_as_finished, remove, stop.

Response

Successful response

success
boolean

Whether the update succeeded (when returned).