Sequencing
Add contacts to a continuous sequence
Add contacts to a continuous sequence (is_continuous
property of the sequence must be true
).
Contacts will not be added to the sequence if the sequence’s filter
does not apply to the contact.
Any contacts added will automatically be added to contacts if they don’t already exist.
POST
/
sequences
/
{sequence_id}
/
contacts
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID or custom ID for the sequence.
Body
application/json
Response
201 - application/json
Was this page helpful?