API Reference

Send a message to a single mobile. Also used to submit a message for scheduled delivery at a later time.

Use your SMPP account system ID and password for the REST call basic authentication username and password.

Body Params

Message to be sent

string

Origin mobile number or alphatag.

string
required

Target mobile number to where the message is being sent.

string
required

Message text to be sent via SMS to a destination mobile. If longer than a single SMS then a long SMS (comprising more than a single SMS) will be sent.

string

Callback URL for delivery receipt on completion of message. Webhook called with JSON containing error, messageID, status, statusText and ts fields. statusText field is either pending, delivered or undelivered.

date-time

Time when the message expires, in ISO 8601 format, in ISO 8601 format (example: "2018-12-10T13:49:51.141Z").

date-time

Time when delivery of the message will be attempted, in ISO 8601 format (example: "2018-12-10T13:49:51.141Z").

Responses

Language
Credentials
:
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json