---
title: "Send a test email"
method: POST
path: "/v3/email-templates/{id}/send-test"
tags: ["Email Templates"]
---

# Send a test email

`POST /v3/email-templates/{id}/send-test`

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Sends a test email using the specified template.

## Path parameters

- `id` integer, required

## Request body

- object — Request body for sending a test email using a template.
  - `email` string, email, required — Email address to send the test email to
  - `emailAccountId` integer, required — ID of the email account to send the test email from

## Response `200`

Test email sent successfully

## Other responses

- `400` — Validation failure on the request body or route parameter, or a business rule rejection (e.g. test email send failed).
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to send test emails
- `404` — Email template, email account, or contact not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/versions/1c3d32eaf95e/schema)
