This trigger allows you to configure reactions on receiving messages in some Telegram group.
Use Send Telegram Message action to automatically send notifications about something
As with all other text-matching triggers this trigger supports Text Match Expressions
Prior to usage of this trigger you'll have to establish Telegram bot which will maintain the channel subscription. It is quite an easy task, but could be a bit overwhelming first time you'll try to do it, luckily, there is a number of different guides out there in the web.
The most crucial part of that process is retrieving Token, which will be used by EyeAuras to impersonate Bot and retrieve messages from the channel
Helpful docs about TG bots:
To setup Telegram notifications you have to do 3 things:
Telegram Bot Token
. You can either use an existing bot or create a new one following instruction belowShow Json Bot
to get Telegram Chat Id
of the group.Telegram Bot Token
and Telegram Chat Id
BotFather
/newbot
MyAwesomeNewTelegramBot
MyAwesomeNewTelegramBot
(it will be taken and you'll have to pick something new)BotFather
should provide you with Bot Token
Example:
YOUR_BOT_NAME
(username of the bot you've created previously, e.g. MyAwesomeNewTelegramBot
)Show Json Bot
(important! Name must be exactly that, there are many different bots with similar names)