# API Endpoint for Bulk Notification Delivery

The following is the Blerify API endpoint used to send bulk push notifications to users within a defined notification group:

### Send Bulk Notifications Endpoint

* **Description:** This endpoint allows organizations to send multiple push notifications in a single request. Each notification is linked to a specific user, identified by their unique receiver ID, and may contain dynamic content such as amount, expiration date, etc., as configured in the notification template.
* **HTTP Method:** POST
* **Endpoint URL:** `{{api-host}}/api/v1/organizations/{{organization-id}}/notifications/{{notification-group-id}}/items/bulk`

{% embed url="<https://dev.blerify.com/#1c094cf2-8971-49ed-9af0-73b1431b4e68>" %}
Send Notifications
{% endembed %}

### Example Workflow

1. The notification group is created and configured in the Blerify Admin Portal.
2. A service account generates an access token using the provided credentials.
3. The `"Send Bulk Notifications"` endpoint is called using the token and the correct notification group ID.
4. The `items` array includes each recipient's ID and dynamic values defined in the template.
5. The server returns a list of created notification items and their current status.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blerify.com/developers/api-documentation/api-endpoint-for-bulk-notification-delivery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
