Telegram
1. Get API Token
First, you need to create an account on Telegram. After creating an account, you should contact the BotFather, which is a bot used to create other bots.
To create your bot, use the command /newbot
:
Your bot should have two attributes: a name
and a username
. After creating the bot, you will receive an API Token
.
2. Get Chat ID
To find your chat ID, use RawDataBot.
3. Configure SetherAuth
Add the Telegram connection and enter the following:
App Key
obtained in step 1.Recipient
:Chat ID
obtained in step 2Content
: the message you want to send.
You can now use Telegram as a third-party service for your notifications.