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

# SendNotifications

`POST /notification/send/bulk`

Create notifications in bulk

## Request body

- object
  - `channelId` string — <p>The channel ID to which every notification will be send if no channelId defined the notification</p>
  - `channelIds` string[] — <p>List of channel IDs to which every notification will be send if no channelId defined the notification</p>
  - `notifications` object[], required — <p>Array of notifications with the same structure as notification/send, if no channelId oder channelIds are defined it will default to the channelId or channelIds directly defined in the request body. Maximum supported notifications per request: 500.</p>

## Response `200`

Error-Response:

- object[]
  - `error` string

---

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