---
title: "Send a test email for a sequence step"
method: POST
path: "/v1/sequences/{sequenceId}/test-email"
tags: ["sequences"]
---

# Send a test email for a sequence step

`POST /v1/sequences/{sequenceId}/test-email`

## Path parameters

- `sequenceId` string, required

## Request body

- SendTestEmailDto
  - `to` string[], required — One or more recipient email addresses for the test email.
  - `fromEmailAccountId` string, required — Public sending email account ID. The sender must be connected to the sequence.
  - `subject` string, required — Subject line of the test email.
  - `content` string, required — HTML body of the test email.
  - `preheader` string — Preview text shown in the recipient inbox.

## Response `200`

Test email sent successfully

- unknown

## Other responses

- `400` — 1001: Please connect email account with this sequence<br><br>
- `500` — 5001: Internal server error, please try again later<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
