---
title: "Send test email"
method: POST
path: "/email-notifications/test"
tags: ["Email Notifications"]
---

# Send test email

`POST /email-notifications/test`

Sends a test email with sample data to verify email service configuration

## Request body

- TestEmailRequest — Request body for test email
  - `recipient_email` string, email, required — Email address to send test to

## Response `200`

Successful Response

- SendEmailResponse — Response from email sending endpoint
  - `success` boolean, required
  - `message_id` string, nullable
  - `recipients` string[], required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

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