{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}Notification Channels - {% site_name %}{% endblock %} {% block content %}

Telegram

{% if chat_id %}

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 }}.

Integration Settings

{% csrf_token %}
{% else %}

If your team uses Telegram, you can set up {% site_name %} to post status updates directly to an appropriate Telegram chat or user.

Setup Guide

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 }}.

Screenshot

Type /start command. If there are multiple bots in the group, type /start@{{ bot_name }} instead.

The bot will respond with a confirmation link.

Screenshot

Click or tap on the confirmation link, and {% site_name %} will open in a browser window asking you to confirm the new integration.

Confirm the integration, and it's done!

Screenshot
{% endif %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}