apache-airflow-providers-telegram
Provider package apache-airflow-providers-telegram for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows with Telegram messaging. It wraps the python-telegram-bot library to expose Telegram functionality as Airflow operators and hooks, allowing DAGs to send notifications, alerts, and messages to Telegram channels or direct chats as part of task execution or error handling.
The package is part of the official Airflow provider ecosystem and is maintained alongside Apache Airflow itself. It depends on apache-airflow (>=2.11.0), apache-airflow-providers-common-compat (>=1.10.1), and python-telegram-bot (>=20.2). It supports Python 3.10 through 3.14 and is classified as production-stable.
Use it for:
- Send task completion or failure alerts to a Telegram channel when Airflow DAG tasks finish
- Notify on-call teams of workflow errors or SLA breaches via direct Telegram messages
- Log workflow milestones or data pipeline checkpoints to a Telegram group for visibility
- Integrate Airflow monitoring with team communication by posting scheduled reports to Telegram
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Telegram to send notifications and messages from Airflow workflows via the Telegram Bot API.
Yes, if you run Apache Airflow and need Telegram notifications. The package is actively maintained, has no known vulnerabilities, low install friction, and integrates cleanly with Airflow's provider architecture. It is production-stable and suitable for adding Telegram alerting to existing workflows.
Install
apache-airflow-providers-telegram on PyPI
pip
pip install apache-airflow-providers-telegramuv
uv add apache-airflow-providers-telegrampoetry
poetry add apache-airflow-providers-telegramInstalling apache-airflow-providers-telegram
Before you install
Low install friction; pure Python wheel. Maintained actively with recent release 6 days ago. Requires Apache Airflow >=2.11.0 and python-telegram-bot >=20.2.
License in practice
Licensed under Apache License 2.0 (permissive), allowing use in commercial and private projects with minimal restrictions.
Quickstart
pip install apache-airflow-providers-telegram
from airflow.providers.telegram.operators.telegram import TelegramOperator
from airflow import DAG
with DAG('example') as dag:
TelegramOperator(task_id='notify', text='Hello')
Requires an existing Apache Airflow installation (>=2.11.0) and a valid Telegram bot token configured in Airflow connections.
Verify before relying
- Specific Telegram operator classes and their method signatures available in version 4.9.6
- Whether the provider supports both text messages and rich media (photos, documents, etc.)
- Configuration details for Airflow connection setup with Telegram credentials
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, python-telegram-bot |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 244,076/month — #8,764 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_telegram-4.9.6-py3-none-any.whl
Keywords: airflow-provider, telegram, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-discordIntegrates Discord messaging into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-datadogIntegrates Apache Airflow with Datadog for…
permissive · top 5,000 on PyPI
KangelPluginsManagerManages and distributes plugins for exteraGram…
permissive · top 15,000 on PyPI
apache-airflow-providers-smtpAdds SMTP email sending capabilities to Apache…
permissive · top 5,000 on PyPI
notifiersNotifiers provides a unified interface to send…
permissive · top 15,000 on PyPI
apache-airflow-providers-slackIntegrates Apache Airflow with Slack, enabling…
permissive · top 5,000 on PyPI
apache-airflow-providers-appriseIntegrates Apprise notification delivery into…
permissive · top 15,000 on PyPI
apache-airflow-providers-dingdingIntegrates Apache Airflow with DingTalk,…
permissive · top 15,000 on PyPI
apache-airflow-providers-opsgenieIntegrates Apache Airflow with Opsgenie to send…
permissive · top 5,000 on PyPI
apache-airflow-providers-akeylessIntegrates Akeyless Vault Platform with Apache…
permissive · top 15,000 on PyPI