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

Inbound SMS relay payload sent by Vodafone to a customer callback URL for replies, keyword messages, and opt-outs.

SMS-Type
enum<string>
required

Message type. AuthCode is the standard inbound relay type; Text may appear in some legacy configurations.

Available options:
AuthCode,
Text
SMS-Content
string
required

Full inbound SMS message body.

Examples:

"Test reply"

"Optout"

SMS-Keyphrase
string
required

First word of the message, used for keyword routing. * means no specific keyword was matched.

Examples:

"*"

"CONFIRM"

"STOP"

SMS-From
string
required

Sender mobile number in GSM format.

Example:

"353896073106"

SMS-To
string
required

Number the message was sent to. Opt-out payloads use shared shortcode 50123.

Examples:

"353870934726"

"50123"

SMS-NotifyId
string
required

notifyId from the original outbound message where Vodafone can correlate the reply; otherwise an empty string.

Examples:

"order-001"

""

SMS-Verify
string
required

MD5 verification hash for confirming the relay came from Vodafone.

Example:

"5b49b61a65520226f3da14764f7c182b"

SMS-TimeStamp
string
required

Gateway receipt time, 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:11"

SMS-Network
string

Network code in MCC/MNC format. For Irish numbers, MCC is 272. This field may be empty depending on network and message type.

Examples:

"272/1"

""

SMS-AuthCode
string

Legacy routing code used by older integrations. Ignore in new builds.

Example:

"AUTH:reply/1450707"

SMS-GroupCode
string

Legacy group routing code used by older integrations. Ignore in new builds.

Example:

"AUTH:G353870934726/*"

Response

200

Your callback endpoint accepted the inbound SMS payload.

Last modified on May 6, 2026