Hello,
I would like to ask for your recommendation on which router model would support the following setup: Grafana will send alerts via webhook (API) to the router, and the router should then be able to forward these alerts as SMS messages. Could you please suggest suitable router options for this use case?
Basically, all our mobile routers would support these features, they have the API and can support custom scripts, so choosing an exact device would come down to your preference.
To achieve this functionality, you would have to make a custom script, here you can find some more information about it:
Thank you very much for your help, this will definitely be useful for us. We have one additional request regarding alarm notifications via the web API. Specifically, we would like to have the ability to send alarms triggered by Grafana webhooks to specific groups of people, where each group can contain multiple different phone numbers. Is this functionality supported by your solution?
Our goal is for the API to receive the alarm package from Grafana and then forward those alarms as SMS messages to the phone numbers of the people who are on duty.
Thank you in advance for your response!
This functionality should be possible to implement. To achieve this, you will need to create a custom script. For your reference, you can find examples of user scripts here: User Scripts examples - Teltonika Networks Wiki
For managing the groups, you might consider using an array or a similar data structure within your script. Please note that, the development of custom scripts falls outside the scope of our support.
It is also important to consider the message sending interval of the modem, which can be around 3-5 seconds, though this may vary depending on the specific model. We recommend experimenting to determine the optimal interval for your setup.