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 Request ID.
Request ID will be received after "Sending template message" in variable request_id.
https://{{url}}/v5/webhook/broadcast_status.php?request_id=617796e851b6
Replace request_id with the received value.
{
"request_id" : "617796e851b6"
}
Example Response
{"status":"read","date":"12 Aug 2022","webhook_status":"1"}