Telegram notifications require the SMS module to be enabled.
To enable telegram notifications we need two things:
Telegram Bot Token
Telegram User ID (For every user)
Generate Telegram Bot Token
Go to your Telegram App and search @BotFather
Write /newbot in message field and send the message
Write the name of your Bot and Send
Write username of your Bot and Send
You will get the Token value in response
A sample bot chat will look like this.
Save the Bot Token in Telegram Settings Under SMS Settings.
Generate Telegram User ID
Now to receive the notifications we need a Telegram user ID for every user.
To get the Telegram User ID search @userinfobot in your Telegram App.
You will get a User ID in response.
Sample ID will look like this:
Every user can generate and add their Telegram User ID from their Profile Settings.
The final step to receive the notification is to send a test message from your telegram account to the Bot account you created above. Without this user will not receive the notification.
That's It. Telegram notifications are ready to be used.