This endpoint is used to send a notification to a specified list of subscribers. The request method of this call needs to be "POST".

The title, message and url of the notification have to be sent as POST parameters to the API endpoint.

URL of the image to be shown in the notification needs to point to a 192 x 192 PNG. If this is not provided, the default company logo will be shown in the notification.

Response Parameters Description

Status: To denote whether push request succeeded or not. Values can be 'success' or 'failure'

Request ID: Present in case of success. Used to denote id of notification request. The same is used for the Check Status of Notification Request API call.

Message: Present in case of failure. Used to denote reason of failure.

Language
Authorization
Header