Turn one-way SMS blasts into two-way customer threads. Collect feedback, automate keyword replies, and forward inbound messages to your server with instant webhooks.
Transform standard broadcasts into interactive, revenue-driving conversations.
Provision dedicated local and international virtual numbers (MSISDN) in 40+ countries for inbound SMS campaigns.
Inbound SMS replies are posted immediately to your server's HTTPS webhook URL with JSON payloads.
Set automated auto-reply triggers based on customer reply keywords like YES, HELP, STOP, or custom product codes.
Automatic unsubscribe handling maintains compliance by blocking future sends to opted-out contacts.
Run high-profile national promotional campaigns using 5-digit shortcodes with high throughput capacity.
Escalate customer replies from automated bots to human support agents seamlessly within the UKBD portal.
Our gateway posts JSON payloads to your application whenever a customer replies.
// Incoming HTTP POST Request to your Webhook Endpoint { "event": "inbound_message", "message_id": "msg_in_849201", "from": "+447958165346", "to": "+447700900123", "text": "YES", "keyword": "YES", "timestamp": "2026-08-02T23:40:00Z" }