Bulk add contacts to sequence
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Add multiple contacts to the sequence at once
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Sequence ID
Body
Array of contact IDs to add
If true, contacts will be removed from their current sequences before being added to this one
Optional step ID to start from
If true, skip the configured delay before the first step and start processing immediately
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:
| 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 |