Status Report

This will help to fetch the status on basis of request-id

This API shall be used to fetch the status of any broadcast with respect to the Request ID or username.

Request ID will be received after the "template message" is sent with the variable request_id.

On basis of Requuest ID
https://wa20.nuke.co.in/broadcast_status.php?request_id=617796e851b6

or

On basis of Username and Receiver
https://wa20.nuke.co.in/broadcast_status.php?username=shrinath&receiver=911234567890

or

On basis of username and pagination limit
https://wa20.nuke.co.in/broadcast_status.php?username=shrinath&start=0&end=100

or

On basis of username and date (YYYY-MM-DD)
http://wa20.nuke.co.in/broadcast_status.php?date=2025-05-08&username=pravinghoghari

Replace request_id with the received value.

{
"request_id" : "617796e851b6"
}

📘

Example Response

[{"status":"sent","date":"2022-11-08","time":"21:22:49","template":"confirm_booking_19_n","webhook_status":"","request_id":"13100793636a7b5197f43","sender_reqid":""}]

Variables:

status: Either sent, delivered, read, 1, or failed.
webhook_status: If it is 1 then the webhook is triggered successfully.
template: template id
sender_reqid: Request ID or tracking id submitted during the "Send template message" API