Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Creates multiple steps in a sequence at once. Returns a list of results for each step.
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.
Sequence Id
Email step with variant configuration
Step type discriminator
Email Delay in minutes before executing this step
x >= 0Execution mode for the email step
Automatic, Manual Array of email variants (A/B test versions)
ID of the parent step (for branching)
Whether this step is on the positive branch of a condition
Array of per-item results, one per input step (same order as request).
Possible per-item error codes:
| error | Meaning |
|---|---|
| 1 | InvalidInput — validation failed |
| 2 | InvalidStep — step type or configuration is invalid |
| 3 | InternalError — unexpected server error |
| 5 | StepLocked — step cannot be modified |