Sequencing
Create a sequence
POST
/
sequences
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A combination of contact filters. All filters within and
arrays must apply to a contact in order for the contact to be included. On the other hand, only one of the filters within the or
array must apply for the contact to be included. If no filter is provided, all contacts will be included.
Response
201 - application/json
Was this page helpful?