v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequence 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
Response
Contacts added to sequence.
Per-item failures use the SequenceContactError enum. Common per-item slugs:
| Slug | Meaning |
|---|---|
| invalidInput | Generic validation failure for this contact |
| contactLimitExceeded | Plan limit reached |
| contactAlreadyInSequence | Contact is already enrolled |
| contactNotFound | Contact does not exist |
| forbidden | Caller lacks permission for this contact |