> 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/platform/how-to-configure-alerts/things-events-by-iccid-range-alert.md).

# Things Events by ICCID Range Alert

1\.      Login to the Monogoto portal and go to **Alerts*****.***

2\.      Press on button **Add New Alert.**

3\.      Configure the Alert.

* Enable Alert by pressing on button Active (green = enabled)
* Enter a name for the Alert
* Enter a description for the Alert
* Choose **Trigger** Metric **General Event**
* Choose **Trigger** Operation **contains**
* Enter **Trigger** Value containing the first 15 numbers of the ICCID, for example **891234201726468**&#x20;

{% hint style="info" %}
Lets say we have 4000 SIM range 89123420172646850991 - 89123420172646854991, then we would need to enter first 15 digits for example 891234201726468 into the **Trigger** field.
{% endhint %}

* Select **Actions**. In this case we will use **Alert Webbook**, but you may use different **Actions,** based on your individual needs.
* Select **Severity**&#x20;
* Select **Thing Groups**
* Select Alert type **Override** or **Multiple**. We advise to use **Override**, because having **Multiple** notifications of the same Alert can get messy in the portal.

{% hint style="info" %}
Kindly note that you may apply this Alert not necessary to Thing Groups, you can use Tags instead. So that this Alert will apply to Things that have selected Tag
{% endhint %}

![](/files/LrN0woRpUn8AbDX2uYv2)

Each Event will generate an Alert that will send a webhook, so in the console Events section, you should see an Alert for each SIM Event. Below you can find an example picture showing you how the Events and Alert for the Events will look like in the console.

{% hint style="info" %}
Green/blue highlight and red numbers are only for the sake of example to show you the flow that you should expect to see, these marking will not be shown in your Events section.
{% endhint %}

<figure><img src="/files/lHPo4SezauFjmKQPoKJE" 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/platform/how-to-configure-alerts/things-events-by-iccid-range-alert.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.
