Vodafone sends this delivery receipt payload to your configured callback URL when a message is delivered or fails at network level.
In the API playground, replace callbackUrl with the URL for your test
endpoint. The example default is https://callback.yourcompany.com.
Your endpoint must accept application/x-www-form-urlencoded POST
requests and return 200 OK after accepting the payload.
Documentation Index
Fetch the complete documentation index at: https://developers.vfbulk.ie/llms.txt
Use this file to discover all available pages before exploring further.
Delivery receipt payload sent by Vodafone to a customer callback URL when network delivery status is available.
Always Notification for delivery receipts.
"Notification"Recipient-level notifyId supplied when sending the message.
"321354"
True only when SMS-TotalSent equals SMS-TotalToSend and SMS-TotalFailed is 0; otherwise False.
True, False Destination mobile number in GSM format.
"353896073106"
Sender ID as it appeared on the recipient handset.
"353870934726"
MD5 verification hash built from SMS-NotifyId + SMS-Success + your verification key.
"5fb4926bd7e461eddc6dc629f472bab4"
Total number of messages in the send.
1
Number of messages successfully delivered.
1
Number of messages that failed.
0
Delivery receipt 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}$"2026-04-09 16:03:16"
Your callback endpoint accepted the delivery receipt.