v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequence Steps
Bulk create sequence steps
<small>Requires the sequences:write scope (or a broader one that includes it).</small>
Creates multiple steps in a sequence at once. Returns a list of results for each step. Email-step variants may carry up to 3 attachmentIds each; inaccessible attachment IDs surface as a per-item forbidden result (upload first via POST /v3/attachments).
post/v3/sequences/{id}/steps/bulk
Path parameters
idinteger required
Sequence Id
Request body
Response
Array of per-item results, one per input step (same order as request).
Possible per-item error codes:
| Error code | Meaning |
|---|---|
| invalidInput | Validation failed (e.g. more than 3 attachments on a variant) |
| invalidStep | Step type or configuration is invalid |
| forbidden | One or more attachment IDs are not accessible to the caller |
| internalError | Unexpected server error |
| stepLocked | Step cannot be modified |