> 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/sms-in-monogoto-network/outgoing-sms.md).

# Outgoing (MO) SMS

In Monogoto, a device can send an SMS via webhook or to a real phone number (additional costs included)

* If you wish to send an SMS via webhook the user should select in the Monogoto self-service console the checkbox to ”terminate sms to webhook”.
* If there is a requirement to send an SMS to a real number, make sure to contact us. customer Phone number contact us

<figure><img src="/files/aTfueZuK47OnTNc6sjWT" alt=""><figcaption></figcaption></figure>

### Outgoing SMS via the webhook from the self-service console:

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

2\.      Press on the Edit button in the Thing Group you wish to have Webhook configurations.

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

![](/files/eA9kSetxBYXy4tUc5hdg)

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

**Done**. Now when one of your things in this group sends MO SMS, a webhook will be 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 MO SMS not to reach the network destination, but only send a webhook, please mark **terminate outbound SMS message in the webhook**.
{% endhint %}

![](/files/iBdHByUbjRWx8ZBhcRPX)

#### SMS status check via the self-service console:

1\.      Click **Things** from the sidebar menu.

2\.      Find a Thing that you wish to check and open its Thing Menu.

3\.      Scroll down to **Events**, they show SIM logs.

4\.      In **Events**, please check if you can see any events about webhooks near the SMS message event.

{% hint style="info" %}
**No event about webhook** = indicates that the webhook was sent successfully.\
**Webhook retry times** = usually indicates that the webhook failed to reach the entered address.
{% endhint %}

Below you can see failed webhook example:

![](/files/-MT1N6MahstD4q0Q2ikt)


---

# 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/sms-in-monogoto-network/outgoing-sms.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.
