---
title: "Send Test Alert"
method: POST
path: "/developer/technical-alerts/test"
tags: ["Developer", "Developer - Technical Alerting"]
---

# Send Test Alert

`POST /developer/technical-alerts/test`

Send a test PagerDuty alert to verify the integration is working (developer only).

Fires a real PagerDuty alert with a test payload. Use this to confirm
that routing keys, escalation policies, and notification channels are
configured correctly. Optionally include a custom message.

## Query parameters

- `message` string, nullable — Custom message for the test alert

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
