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

# Create

`POST /public/api/notifications`

You may create a new single notification or multiple notifications using this action.    
When creating a single notification the body contains a json object, when creating multiple notifications the body contains an array of objects.    
**Warning: a maximum of 1000 items can be sent in a single request.**

## Headers

- `Accept` string

## Request body

- object
  - `user_ids` string[]
  - `group_ids` string[]
  - `title` string
  - `body` string
  - `mode` string
  - `entity_type` string
  - `entity_id` string

## Response `200`

OK

---

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