# Outgoing SMS

## Outgoing SMS in Monogoto <a href="#docs-internal-guid-48cf47b2-7fff-c90a-dc5a-ec563f6e9c51" id="docs-internal-guid-48cf47b2-7fff-c90a-dc5a-ec563f6e9c51"></a>

The Monogoto platform provides comprehensive capabilities via self-service for managing outgoing SMS messages to IoT devices, allowing users to efficiently send and monitor SMS communications.

### **SMS Monitoring**&#x20;

The first thing you want to do before starting sending or receiving SMS is to create an “Incoming\&outgoing SMS” integration in the [Monogoto hub](https://hub.monogoto.io), in order to be able to view or be notified for outgoing SMS insight events. Once you set up the integration, you will be able to view SMS insights in the Monogoto hub “Inbox” section. Additionally, you will be notified at your email, Slack channel, Zapier or your own webhook, depending on the integration type you have selected.

Here is an example for outgoing SMS insight event:

{% code overflow="wrap" %}

```
Time: 13 Sep 24, 05:31, ICCID: 899721142526xxxxxxxx, IMSI: 311588xxxxxxxxx, IMEI: 3574428xxxxxxxx,From: 121xxxxxxxxx, To: Mono123, Message: Server addr=tracker.us Port=78222
```

{% endcode %}

## **How does it work?**

Outgoing SMS from the device are terminated in the Monogoto cloud. In order to view the SMS insight in the Inbox page, make sure to create an “Incoming\&outgoing SMS” integration in order to be able to view or be notified for incoming or outgoing SMS insight events. Once you set up the integration, you will be able to view SMS insights in the Monogoto hub “Inbox” section. Additionally, you will be notified at your email, Slack channel, Zapier or your own webhook, depending on the integration type you have selected.&#x20;

<figure><img src="https://3922449203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0mPxGpottOEfcucXOR%2Fuploads%2FvlvD2DdM9OK8MDKrAo2J%2Fimage.png?alt=media&#x26;token=b4bc45a0-8000-4d7e-b5e0-686355b265d6" alt=""><figcaption></figcaption></figure>

The Monogoto SMS is being transmitted via API (security) and not as traditional SMS, therefore in order to send an outgoing SMS to a real number a 3rd party [integration with an SMS aggregator](https://www.twilio.com/en-us/messaging/channels/sms?utm_source=google\&utm_medium=cpc\&utm_term=twilio%20sms\&utm_campaign=G_S_EMEA_Brand_UKI_EN_NV\&cq_plac=\&cq_net=g\&cq_pos=\&cq_med=\&cq_plt=gp\&gad_source=1\&gclid=Cj0KCQjw9Km3BhDjARIsAGUb4nzkfXfvOFBzZgAabdTLvNCxsrcqar18U79uZg_-9_6Pd2Eo2jYUJKUaAhOAEALw_wcB) is required.  &#x20;

{% hint style="info" %}
Devices which are connected to the Monogoto network can exchange SMS communication between themselves.
{% endhint %}

For outgoing SMS to work, make sure to validate that:

* The SIM is active
* The SIM is registered to a mobile network&#x20;
* MO\_SMS service is unblocked (default)


---

# 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://docs.monogoto.io/hub/things/sms/outgoing-sms.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.
