feat: add Telegram notification channel#198
Open
amrrdev wants to merge 4 commits into
Open
Conversation
Full implementation across backend, dashboard, types, i18n, and docs: API: - Add 'telegram' to VALID_CHANNEL_KINDS in notifications controller - Add sanitizeChannelConfig case: validates bot token + chat ID, encrypts token - Add redactChannelConfig case: exposes tokenConfigured + chatId - Add sendTelegram worker: decrypts token, POSTs HTML message to Telegram Bot API - Register telegram in WORKERS map DB types: - Add 'telegram' to ChannelKind union type in notification.repo.ts - Add telegram config shape docs in schema/notification.ts Dashboard: - Add Telegram to CHANNEL_ICONS (Send icon), CHANNEL_LABELS - Add telegram case to describeChannel - Add bot token + chat ID fields in NewChannelForm - Update frontend ChannelKind type + config docs i18n: Add telegram keys to all 9 locales (ar, de, en, es, fr, ja, pt, tr, zh) Docs: Add telegram to every channel-kind reference in notifications.mdx
Explains where to get the token (@Botfather) and how to find the chat ID (via getUpdates endpoint). Wraps both fields in a fragment.
Replace abstract token example with 'Paste your Telegram bot token (e.g. 1234567890:ABCdef...)' so users know what to put there.
amrrdev
force-pushed
the
feat/telegram-notifications
branch
from
July 24, 2026 09:24
24d95b2 to
c5d6f2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full implementation across backend, dashboard, types, i18n, and docs:
API:
DB types:
Dashboard:
i18n: Add telegram keys to all 9 locales (ar, de, en, es, fr, ja, pt, tr, zh)
Docs: Add telegram to every channel-kind reference in notifications.mdx