Skip to content

Receive SMS

  • Receive a messages sent to your long code, short code

Introduction

Once a message originates from a mobile phone number it will be routed to you via one of two ways.
The message will either be submitted to your callback URI, or sent via SMPP bind.

Configuration

To add your callback URI please login to your dashboard first navigate to Settings/account and update your callback URI.
Alternatively you can contact our support team.

Supported request place holders

value Description
%F Our message id assigned to the message
%p The long/short code to which the message was sent
%P Sender of the message
%a Text of message

Example

An example callback URI:

http[s]://mydomain.com/messageOriginated?&msgid=%F&to=%p&from=%P&text=%a