Send SMS via HTTP (MT)
Learn how to send SMS messages using HTTP requests.
This interface allows messages to be sent from your application to any mobile phone. This is known as a Mobile Phone Terminated (MT) message and is done by sending an HTTP request directly to the Mobivate web service address as specified below.
The process for sending an SMS message is as follows:
Send SMS
Send an HTTP GET request to the SMS Gateway containing the parameters described in section.
Message Parameters
The SMS Gateway confirms the message was received by responding with the Message ID (MT-<uuid>).
Receive delivery receipt
The SMS Gateway sends an HTTP GET request to your application containing the parameters described in section.
Message Parameters DR receive
Your application confirms receiving a delivery receipt by responding with the character “0” (zero)
Want to see an Example MT API call? Click here
Last updated