---
title: "Send a notification"
method: POST
path: "/v1/notification-channels/{channel-name}/send"
tags: ["Notification Channels"]
---

# Send a notification

`POST /v1/notification-channels/{channel-name}/send`

Send a test notification message through the specified channel.

## Path parameters

- `channel-name` string, required

## Request body

- object
  - `recipient` string, required — Message recipient
  - `subject` string — Message subject
  - `body` string, required — Message body

## Response `204`

Notification queued for sending

## Other responses

- `400` — Invalid or missing required fields
- `403` — Access denied
- `404` — Notification channel not found

---

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