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

# Send Test

`POST /api/v1/admin/system-email-templates/{system_key}/test`

Render the current effective template with placeholder values and
send it to the requesting admin's own email.

## Path parameters

- `system_key` string, required

## Headers

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

## Request body

- SystemEmailTestRequest — Optional sample data for the test send. When omitted the server fills in placeholder values for every declared variable.
  - `sample_context` object, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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