Delivery Message
Webhook-Delivery Notification
This enables developers receive the events as and when it happens.
Delivery Notification send the delivery notification such as (Sent, Delivered, Read)
The delivery notification will be sent in batch. There is no fixed batch size.
Method: POST
Parameters:
Parameter
Description
Data Type
ncmessage_id
ncmessage_id is unique id which is given when you send any message via PUSH api.
String
recipient
The user mobile number
Number
status
The status of message. There will be 4 status.
Read
Delivered
Sent
String
status_remark
If the message are failed then failed remark will be given
String
received_at
The time of status
date-time
source
The source will be return what you have passed at time of PUSH API.
String
Webhook Payload
Last updated