Connecting to Telegram

The Telegram connection type enable connection to Telegram that allows you to post messages to Telegram using the telegram python-telegram-bot library.

After installing the Telegram provider in your Airflow environment, the corresponding connection type of telegram will be made available.

Default Connection IDs

Telegram Hook uses the parameter telegram_conn_id for Connection IDs and the value of the parameter as telegram_default by default. You can create multiple connections in case you want to switch between environments.

Configuring the Connection

Password (optional)

The Telegram API token

Host (optional)

The Chat ID of the telegram chat/channel/group

Was this entry helpful?