{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}Telegram Integration for {% site_name %}{% endblock %} {% block content %}
When a check goes up or down, {% site_name %} will send notifications to {% if chat_type == "private" %} a Telegram user {% else %} a Telegram chat {% endif %} named {{ chat_name }}.
If your team uses Telegram, you can set up {% site_name %} to post status updates directly to an appropriate Telegram chat or user.
From your Telegram client, invite {{ bot_name }} to a group. It will get added as a member with no access to group messages.
Alternatively, if you want notifications sent to yourself directly, start a conversation with {{ bot_name }}.
Type /start
command.
If there are multiple bots in the group, type
/start@{{ bot_name }}
instead.
The bot will respond with a confirmation link.
Click or tap on the confirmation link, and {% site_name %} will open in a browser window asking you to confirm the new integration.
Select the project you want the Telegram integration added to, click on "Connect Telegram", and it's done!