> For the complete documentation index, see [llms.txt](https://wiki.mobivate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mobivate.com/send-sms-via-http-mt.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
