---
title: "Send Test Email"
method: POST
path: "/api/v1/admin/email-templates/{template_id}/send-test"
tags: ["admin-email-templates"]
---

# Send Test Email

`POST /api/v1/admin/email-templates/{template_id}/send-test`

Send the rendered template to the calling admin's own mailbox.

Subject is prefixed with ``[TEST]`` so it can't be confused with a real
send. Uses the same pipeline as production so what lands in the inbox
is exactly what a recipient would see.

## Path parameters

- `template_id` integer, required

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Request body

- EmailTemplateTestSendRequest
  - `record_id` integer, nullable

## Response `200`

Successful Response

- EmailTemplateTestSendResponse
  - `status` string, required
  - `to` string, required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/versions/fd3a41a6260b/schema)
