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

# POST /notifications

`POST /notifications`

Create a new notification for a given user from 3rd part.

## Request body

- NotificationRow
  - `title` string, required
  - `description` string, required
  - `to_user_id` integer, required
  - `redirect_url` string

## Response `201`

Success

- object
  - `success` boolean, required
  - `id` integer, required

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
