Yes! You can set a webhook URL for to receive a delivery receipt for each text message submissions. This will inform you whether your message reached the recipient's handset. We will be expecting response 200 OK, or we will keep retrying until the Delivery Receipt expires after 6 trials (within 72 hours)
To set your DLR callback URL
- Go to messages preferences : http://software.unifonic.com/en/account/messagespreferences
- In the DLR Webhook panel add your Call Back Url
- Your response will include the following parameters :
MessageID |
A unique ID that identifies a message |
DLR |
Message delivery status returned by networks, the possible values are "Delivered" or "Undeliverable", and are available for advanced plans |
Recipient |
Destination mobile number, mobile numbers must be in international format without 00 or + Example: (4452023498) |
TimeCreated |
Date a message was created in, in the following format yyyy-mm-dd hh:mm:ss. Note , The Time Created always displays in your account time zone |
SCTS |
time when notification is received from mobile network in the following format , in the following format yyyy-mm-dd hh:mm:ss |
DLRTimestamp |
When platfrom started to push the receipt to your callback URL in the following format yyyy-mm-dd hh:mm:ss |
Comments