v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Contacts

Bulk add contacts to sequence

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

Add multiple contacts to the sequence at once

post/v3/sequences/{id}/contact-links/bulk

Path parameters

idinteger required

Sequence ID

Request body

contactIdsinteger[] required

Array of contact IDs to add

removeFromExistingboolean

If true, contacts will be removed from their current sequences before being added to this one

startStepIdinteger nullable

Optional step ID to start from

ignoreStepDelayboolean

If true, skip the configured delay before the first step and start processing immediately

startFromstring date-time nullable

Optional date when contact processing should begin. If not provided, processing starts immediately.

Response

Contacts added to sequence.

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

SlugMeaning
invalidInputGeneric validation failure for this contact
contactLimitExceededPlan limit reached
contactAlreadyInSequenceContact is already enrolled
contactNotFoundContact does not exist
forbiddenCaller lacks permission for this contact
addedinteger[]

IDs of successfully added contacts

notProcessedobject

Contacts that could not be added, keyed by contact ID