API Endpoint for Bulk Notification Delivery
Blerify enables organizations to send push notifications directly to users’ wallets. Notifications can include system messages, expiration alerts or personalized content with dynamic fields.
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
Example Workflow
The notification group is created and configured in the Blerify Admin Portal.
A service account generates an access token using the provided credentials.
The
"Send Bulk Notifications"
endpoint is called using the token and the correct notification group ID.The
items
array includes each recipient's ID and dynamic values defined in the template.The server returns a list of created notification items and their current status.
Last updated