---
title: "POST /notification"
method: POST
path: "/notification"
tags: ["Notifications"]
---

# POST /notification

`POST /notification`

Create a new notification for a user

## Request body

- object
  - `userId` string, required
  - `title` string, required
  - `message` string, required
  - `type` string, required
  - `relatedEntityId` string
  - `relatedEntityType` string

## Response `200`

Notification created successfully

- unknown

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/f087930faab7/schema)
