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:

Webhook Payload


"delivery_status":[ 

                "ncmessage_id":"fa9d647a-c8d7-423e-bd27-7d2ca2875d12", 
                "recipient":"919999999999", 
                "status":"read", 
                "status_remark":"", 
                "received_at":"2019-05-16 15:36:58", 
                "source":"fa9d647a-c8d7-423e-bd27-7d2ca2875dc1", 


Last updated