Connecting Telegram
Fluidify Regen can send incident notifications to a Telegram group or channel. This is useful for teams that use Telegram for operations alerts or want a lightweight notification channel alongside Slack or Teams.What you get
- Notification when a new incident is created (with severity and direct link)
- Notification on every status change (acknowledged, resolved)
- AI summary posted to the group when generated
- Severity-coded emoji for quick visual scanning (π΄ critical, π high, π‘ medium, π΅ low)
Limitations
Telegram is notification-only in the current version. This is a deliberate design decision β the Telegram Bot API does not support the same channel management model as Slack or Teams.
Use Telegram when: your team already uses it and wants passive alert visibility. Use Slack or Teams for full incident management with commands and two-way sync.
Step 1: Create a Telegram bot
- Open Telegram and search for @BotFather
- Send
/newbot - Follow the prompts β choose a name (e.g.
Fluidify Regen) and a username (e.g.fluidify_regen_bot) - BotFather replies with your bot token:
7123456789:AAFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 2: Add the bot to a group
- Create a Telegram group (or use an existing one) for incident notifications
- Add your bot to the group as a member
- Send any message in the group (e.g. βhelloβ) β this is needed for Step 3
For a Telegram channel (broadcast-only), add the bot as an administrator instead of a member.
Step 3: Find the Chat ID
The Chat ID is required so Regen knows where to send messages. Option A β via the Regen UI (easiest):- Go to Settings β Integrations β Telegram
- Enter your bot token and click Auto-detect Chat ID
- Regen calls
getUpdatesand returns the most recent group the bot has seen
<token> with your bot token):
chat.id field in the response. Group chat IDs are negative numbers (e.g. -1001234567890).
Step 4: Configure in Regen
Via the UI:- Go to Settings β Integrations β Telegram
- Enter your Bot Token and Chat ID
- Click Test Connection β Regen sends a test message to verify
- Click Save
Verifying the connection
After saving, Regen sends a test message to the group:β Fluidify Regen connected Incident notifications will appear here.If you donβt see this message, check:
- The bot is a member of the group
- You sent a message in the group after adding the bot (required for
getUpdatesto return the chat) - The Chat ID is correct (group IDs start with
-100)
Example notifications
Incident created:π΄ INC-042 β CRITICAL Payments API returning 500s View incident βStatus update:
β INC-042 Resolved Payments API returning 500s View incident β
