---
title: "Send Test Alert"
method: POST
path: "/api/monitoring/test-alert"
tags: ["health"]
---

# Send Test Alert

`POST /api/monitoring/test-alert`

Send a synthetic alert email so SMTP and recipient wiring can be verified.

Worth having because the alert path is, by design, exercised only when
something is already broken. Discovering then that ``ALERT_EMAIL`` had a
typo is the worst possible time.

On failure the transport's own explanation is returned rather than a generic
"not sent", which previously sent the operator to the container logs to
learn whether the cause was a typo, a rejected password, or a blocked port.

## Response `200`

Successful Response

- object

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/monitoring/test-alert/post.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
