Receive delivery receipts
Phonovation sends this webhook when the mobile network returns a delivery result.
Delivery receipts work across all send methods, including the OAuth API and legacy APIs.
Set callbackHost to your callback hostname before sending a test request. Do not include https://.
Quick facts
| Item | Detail |
|---|---|
| Format | application/x-www-form-urlencoded |
| Timing | Usually seconds to minutes; can be delayed |
| Verification | SMS-Verify = MD5(SMS-NotifyId + SMS-Success + client secret) |
| Success response | 200 OK |
Body
Always Notification for delivery receipts.
"Notification"The recipient-level notifyId assigned when sending the message.
Whether the message was delivered.
True, False Destination mobile number in Irish international format.
Sender ID as it appeared on the recipient handset.
MD5 verification hash built from SMS-NotifyId + SMS-Success + your Client Secret.
Total number of messages in the send.
Number of messages successfully delivered.
Number of messages that failed.
Delivery time in UTC, formatted as yyyy-MM-dd HH:mm:ss.
^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$Response
Your webhook endpoint accepted the delivery receipt.