> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/advanced-console/webhooks/mt-sms-webhook.md).

# Incoming (MT) SMS Webhook

1\.      Login to the Monogoto portal and go to **Things Groups*****.***

2\.      Press on **Edit** button in the Thing Group you wish to have Webhook configuration&#x73;**.**

3\.      In Edit Thing group window, please enter a webhook address in the field **Webhook for MT SMS.**

![](/files/LEgX4jz0RlRbUfVsbAJe)

4\.      Scroll down to the bottom of the page and press button **SAVE & CLOSE.**

Done. Now when one of your things in this group receives incoming (MT) SMS, a webhook will we sent to your entered address.

{% hint style="info" %}
Please note that you may use **Test** button near your entered webhook address to check if your entered address is able to receive webhook from Monogoto portal.
{% endhint %}

{% hint style="warning" %}
In case you need outgoing (MT) SMS not to reach the network destination, but only send a webhook, please mark **terminate MT SMS message in the webhook**
{% endhint %}

<figure><img src="/files/nQPhjEgIxLMhrjtrAjC5" alt=""><figcaption></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://docs.monogoto.io/advanced-console/webhooks/mt-sms-webhook.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.
