# How to get response about SIM information via Webhook?

1\.       Login to the Monogoto porta&#x6C;***.***

2\.       Go to ***Things group***. Create a test group and move some of your SIMs to the new group.

{% hint style="info" %}
You can watch our [YouTube guide](https://www.youtube.com/watch?v=6GxtOfJdOqg) on how to move Things between Thing groups.
{% endhint %}

3\.       Generate a webhook address from the following website <https://webhook.site/>

{% hint style="warning" %}
This is a webhook address only for testing, for production use in order to have security, please change it to a secure webhook address.
{% endhint %}

![](/files/mAg47gCOtEZFQNO1v7x9)

3\.       Go to your **Thing Group**. Enter webhook address from the previous step into field **Webhook for MO SMS** and mark **terminate MO SMS messages in the webhook**. Save these Thing Group settings.

![](/files/zoRaGgke9hgz7qdNup0s)

{% hint style="info" %}
Please note that these changes take effect after \~5 minutes, so before testing MO SMS webhook, please wait \~5 minutes.
{% endhint %}

4\.       Configure inside your end device to send MO SMS response with the status info to any number, when receiving a certain command to your device.

{% hint style="info" %}
Number that you will configure for MO SMS does not matter, since the MO SMS will be terminated inside webhook address (so you can use random number like "00123456").
{% endhint %}

5\.       Send SMS from portal to your Monogoto SIM card with the command that should make your device to provide a response via MO SMS.&#x20;

{% hint style="info" %}
You can check out [this guide](https://docs.monogoto.io/tips-and-tutorials/cellular-network/sms-in-monogoto-network/incoming-sms#incoming-sms-from-the-self-service-console-to-the-device) on how to send SMS from portal to your SIM card.
{% endhint %}

6\.       Check your webhook address, if you have received the desired response from your device. Below you can see example showing webhook response.

![](/files/gTuHGC5qLUMF6Lr6ebpc)

7\.       That's it you have successfully configured the webhook response.

Feel free to check out our other guides bellow for additional information on how to use the webhook.

{% content-ref url="/pages/-MRu1-gk8a-eJE6OcX9p" %}
[Outgoing (MO) SMS](/advanced-console/sms-in-monogoto-network/outgoing-sms.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MRu0zW-g-pTnPrPmteY" %}
[Incoming (MT) SMS](/advanced-console/sms-in-monogoto-network/incoming-sms.md)
{% endcontent-ref %}


---

# 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/advanced-console/platform/how-to-get-response-about-sim-information-via-webhook.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.
