---
title: "Send a custom notification"
method: POST
path: "/api/v2/notifications/custom"
tags: ["Notifications"]
---

# Send a custom notification

`POST /api/v2/notifications/custom`

## Request body

- CodersdkCustomNotificationRequest
  - `content` CodersdkCustomNotificationContent
    - `message` string
    - `title` string

## Response `204`

No Content

## Other responses

- `400` — Invalid request body
- `403` — System users cannot send custom notifications
- `500` — Failed to send custom notification

---

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