Skip to main content

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:

Add the connection

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.

Add the connection

3. Configure SetherAuth

Add the Telegram connection and enter the following:

  • App Key obtained in step 1.
  • Recipient : Chat ID obtained in step 2
  • Content : the message you want to send.
Add the connection

You can now use Telegram as a third-party service for your notifications.