Skip to main content
POST
Send Sequence Step Test

Send Sequence Step Test

Queue a real test email for one saved email step without enabling the sequence or enrolling subscribers. Use the sequence detail endpoint first to find the email step’s nodeId. You can send the same 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
Email step node ID returned by GET /api/v1/sequences/{sequenceId}.
string[]
required
One to ten internal reviewer email addresses. Duplicate addresses are sent only once.

Responses