Send SMS via HTTP (MT)
Learn how to send SMS messages using HTTP requests.
Last updated
Learn how to send SMS messages using HTTP requests.
Last updated
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 an HTTP GET request to the SMS Gateway containing the parameters described in section.
The SMS Gateway confirms the message was received by responding with the Message ID (MT-<uuid>).
The SMS Gateway sends an HTTP GET request to your application containing the parameters described in section.
Your application confirms receiving a delivery receipt by responding with the character “0” (zero)
Want to see an Example MT API call? Click here