Estimated time: 5 minutes. You will need the ability to create a bot with Telegram’s @BotFather.
Prerequisites
- A Telegram account
- A group or channel you want Clarion to post into
Step 1 — Create a bot
- In Telegram, open a chat with @BotFather.
- Send
/newbotand follow the prompts to name your bot. - BotFather replies with a bot token in the form
123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11.
Step 2 — Add the bot to your chat
- Add the bot to the group or channel you want notifications in.
- Grant it permission to post messages.
- Note the chat ID for that conversation — group and channel IDs are negative numbers, e.g.
-1001234567890.
Step 3 — Connect in Clarion
- In Clarion, open Integrations and find Telegram.
- Paste the bot token and click Connect.
- Under Add Channel, give the destination a name (e.g.
Alerts) and paste its chat ID.