This is an old revision of the document!
Notification Groups
Notification groups describe how the messages and alarms will be delivered to users.
There are the following ways:
Email: the message will be delilvered through the smtp relay server to the user’s email address or to a specific email address
SMS: the message will be delilvered through the sms proxy server to the user’s phone or to a specific phone number
Telegram: the message will be delilvered to a specific Telegram user account
Telegram Notifications
The steps to create a Telegram Notification are:
Create a channel to Telegram and a bot
Configure the channel to NeMo
Create the Notification group
Testing the notification group
Create a channel to Telegram and a bot
curl https://api.telegram.org/bot**<ADD the Token here>**/getUpdates?offset=0
{"ok":true,"result":[{"update_id":611548852,
"channel_post":{"message_id":2,"chat":{"id":**-1001148557862**,"title":"Channel-test","type":"channel"},"date":1499934011,"text":"/my_ip","entities":[{"type":"bot_command","offset":0,"length":6}]}}]}
In this case the chat id is: -1001148557862
On Admim tab, select Configuration/Notification Groups/Telegram Channels

Click Add Channel and insert the Name of the channel that will be used on NeMo, the description, the chat identifier and the Bot Token

Create the Notification group
Create a new notification group (Configuration/Notification Groups→Add Group) and save changes
Select the notification group and click Edit Group button

select the tab Members and select Telegram as method
Select the Telegram channel
Testing the notification group
The administrator of the telegram group must add users that want to receive notification in the group, then select the notification group on NEMO and click Send Test button.
Congratulations, you have created your Telegram Notification group!