---
title: "createNotification"
method: POST
path: "/v1/notification/notifications"
tags: ["Notification"]
---

# createNotification

`POST /v1/notification/notifications`

Create a message that can be displayed in the notification panel.

## Request body

- Notification
  - `notification_id` number
  - `timestamp` string, date-time
  - `type` string, required — Type of notification
  - `redirect_url` string — Redirect url
  - `organization_id` string — Organization Id
  - `title` object, required
    - `en` string — Title for notification. Supports handlebars syntax.
    - `de` string — Title for notification. Supports handlebars syntax.
  - `message` object, required
    - `en` string — Message for notification. Supports handlebars syntax.
    - `de` string — Message for notification. Supports handlebars syntax.
  - `payload` object
  - `caller` NotificationCallerContext
    - `EpilotAuth` object
      - `token` object
        - `sub` string
        - `email` string
        - `cognito:username` string
        - `custom:ivy_user_id` string
  - `operations` EntityOperation[]
    - `entity` string, uuid, required
    - `operation` string
    - `params` object
      - `id` string, uuid
      - `slug` string — URL-friendly identifier for the entity schema
    - `payload` object
  - `force_notify_users` object
  - `read_state` boolean
  - `visibility_user_ids` string[] — The person who is the corresponding event recipient.

## Response `202`

Success

---

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