v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequences

Bulk start sequences

<small>Requires the sequences:operate scope (or a broader one that includes it).</small>

Starts multiple sequences at once. Non-atomic — some may succeed while others fail.

post/v3/sequences/start

Request body

idsinteger[] required

List of sequence IDs to start

Response

Dictionary of failed items keyed by sequence ID. Empty object {} means all succeeded.

Per-item failures use the SequenceActionError enum. Common per-item slugs:

SlugMeaning
notFoundSequence does not exist
forbiddenCaller lacks permission for this sequence
archivedSequence is archived
noContactsSequence has no contacts
noEmailAccountsSequence has no email accounts
salesAgentNotAllowedOperation not permitted on a sales-agent sequence
object required