---
title: "Send a Test Critical Message"
method: POST
path: "/CriticalIncident/Test"
tags: ["Criticalincident"]
---

# Send a Test Critical Message

`POST /CriticalIncident/Test`

**Requires permission:** *CriticalIncidentAdmins*

Sends the drafted critical message to the logged-in user only.

## Request body

- SendTestMessageRequest
  - `body` string, nullable
  - `subject` string, nullable
  - `interruptionLevel` 0 | 1 | 2 | 3

## Response `200`

Success - Test message sent

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Could not send test message
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
