# 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](/use-cases/send-sms-via-http-mt-example.md)
{% endhint %}

<figure><img src="/files/bVRgDkYZX4f6wl8ltHiT" alt=""><figcaption><p>Send MT via HTTP message flow diagram</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.mobivate.com/send-sms-via-http-mt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
