Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Starts multiple sequences at once. Non-atomic — some may succeed while others fail.
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.
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.
List of sequence IDs to start
Dictionary of failed items keyed by sequence ID. Empty object {} means all succeeded.
Per-item error codes in notProcessed:
| error | Meaning |
|---|---|
| 1 | NotFound — sequence does not exist |
| 2 | Forbidden — caller lacks permission for this sequence |
| 3 | Archived — sequence is archived |
| 6 | NoContacts — sequence has no contacts |
| 7 | NoEmailAccounts — sequence has no email accounts |
| 8 | SalesAgentNotAllowed — operation not permitted on a sales-agent sequence |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.