---
title: "Send Test Email"
method: POST
path: "/api/v1/admin/email/test"
tags: ["admin-email"]
---

# Send Test Email

`POST /api/v1/admin/email/test`

Send a test email to verify SendGrid configuration.

Only available in development and staging environments.

## Request body

- TestEmailRequest
  - `to_email` string, required
  - `template_name` string

## Response `200`

Successful Response

- TestEmailResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
