---
title: "Send a test notification email"
method: POST
path: "/cleanse/test-notification"
tags: ["Cleanse"]
---

# Send a test notification email

`POST /cleanse/test-notification`

Sends a test email via GOV.UK Notify to verify configuration.

## Response `200`

Test notification sent

- TestNotificationResponse
  - `success` boolean
  - `recipient` string
  - `notificationId` string, nullable
  - `message` string
  - `sentAtUtc` string, date-time

## Other responses

- `499` — Client closed request
- `500` — Notification failed

---

[API](https://skmtc.net/defra/apis/keeper-data-bridge-api.md) · [All operations](https://skmtc.net/defra/apis/keeper-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/keeper-data-bridge-api/versions/0ab7d7a7a24f/schema)
