Skip to main content
POST
A valid request URL is required to generate request examples

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.

Body

application/x-www-form-urlencoded

Delivery receipt payload sent by Vodafone to a customer callback URL when network delivery status is available.

SMS-Type
string
required

Always Notification for delivery receipts.

Allowed value: "Notification"
SMS-NotifyId
string
required

Recipient-level notifyId supplied when sending the message.

Example:

"321354"

SMS-Success
enum<string>
required

True only when SMS-TotalSent equals SMS-TotalToSend and SMS-TotalFailed is 0; otherwise False.

Available options:
True,
False
SMS-To
string
required

Destination mobile number in GSM format.

Example:

"353896073106"

SMS-From
string
required

Sender ID as it appeared on the recipient handset.

Example:

"353870934726"

SMS-Verify
string
required

MD5 verification hash built from SMS-NotifyId + SMS-Success + your verification key.

Example:

"5fb4926bd7e461eddc6dc629f472bab4"

SMS-TotalToSend
integer
required

Total number of messages in the send.

Example:

1

SMS-TotalSent
integer
required

Number of messages successfully delivered.

Example:

1

SMS-TotalFailed
integer
required

Number of messages that failed.

Example:

0

SMS-TimeStamp
string
required

Delivery receipt time in UTC, formatted as yyyy-MM-dd HH:mm:ss.

Pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$
Example:

"2026-04-09 16:03:16"

Response

200

Your callback endpoint accepted the delivery receipt.

Last modified on May 6, 2026