Sequence States
The Sequence State
Common Object represents the state of a contact in a sequence, commonly known as a "sequence membership".
📄 Create sequence state
Add a contact to a sequence. If the contact is already in the sequence, it will return the id of the existing sequence state.
📄 List sequence states
List sequence states
📄 Search sequence states
Search sequence states by contact_id and/or sequence_id. Note: only `read_from_cache=false` is supported at the moment.
📄 Batch create sequence states
Add multiple contacts to a sequence atomically. You must pass in the same sequenceId, userId and mailboxId for all the contact records.
📄 Get sequence state
Get sequence state