# Send SMS via HTTP (MT)

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.&#x20;

### **Message Parameters**

The SMS Gateway confirms the message was received by responding with the Message ID (MT-\<uuid>).&#x20;

### **Receive delivery receipt**

The SMS Gateway sends an HTTP GET request to your application containing the parameters described in section.&#x20;

### **Message Parameters DR receive**

Your application confirms receiving a delivery receipt by responding with the character “0” (zero)

{% hint style="info" %}
Want to see an Example MT API call? [Click here](https://wiki.mobivate.com/use-cases/send-sms-via-http-mt-example)
{% endhint %}

<figure><img src="https://3054861879-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUMFodH79sqnxDS9CreuF%2Fuploads%2FNMnRTnB5DcTk7M5PkWyY%2Fimage.png?alt=media&#x26;token=0f7eef38-86de-4b68-95c2-c03a625ac7fa" alt=""><figcaption><p>Send MT via HTTP message flow diagram</p></figcaption></figure>
