Skip to main content
POST
Send Sequence Step Test

Send Sequence Step Test

Queue a real test email for one saved action_email step without enabling the sequence or enrolling subscribers. Use the sequence detail endpoint first to find an email entry whose nodeType is action_email, then pass its nodeId. action_ab_test steps are not supported by this endpoint; inspect their variants on the sequence detail emails[].abTest.variants payload. You can send the same plain email step to up to ten reviewers. Each result includes a durable emailSendId; pass it to the email-send details endpoint to inspect delivery status and provider failures.

Request

string
required
Sequence ID containing the saved email step.
string
required
action_email step node ID returned by GET /api/v1/sequences/{sequenceId}. Do not pass an action_ab_test node.
string[]
required
One to ten internal reviewer email addresses. Duplicate addresses are sent only once.

Responses