v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence 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 codeMeaning
invalidInputValidation failed (e.g. more than 3 attachments on a variant)
invalidStepStep type or configuration is invalid
forbiddenOne or more attachment IDs are not accessible to the caller
internalErrorUnexpected server error
stepLockedStep cannot be modified
idinteger nullable

ID of the created resource, null if creation failed

errorinteger nullable

Error code if creation failed

errorDetailsstring nullable

Human-readable error description if creation failed