Telegram Notify for Flarum
Sends Telegram notifications about new discussions and replies on your Flarum forum.

๐ Features
- ๐ฌ Instant notifications for new discussions (and optional tag filtering)
- ๐ Notifications for replies, skipped for the first post
- ๐งฉ Fully customizable message templates with
{title}, {author}, {excerpt}, {tags}, {url} placeholders
- ๐จ Telegram HTML formatting and emoji in templates
- ๐ Topics in forum-style groups (optional, with
message_thread_id)
- ๐ Proxy support
- ๐ท๏ธ Tag-based filtering: notify only about discussions in selected tags (optional, requires flarum/tags)
- ๐งช Admin "Send test message" button to verify the setup
๐ธ Screenshots

๐ฆ Installation
Run this in your Flarum root directory:
composer require stezkoy/flarum-telegram-notify
php flarum cache:clear
โจ Update
composer update stezkoy/flarum-telegram-notify
php flarum migrate
php flarum cache:clear
โ๏ธ Setup
Create a bot via @BotFather, add it as admin to your group/channel, then open Admin โ Extensions โ Telegram Notify and configure the connection and message templates.
๐ Links
GitHub Repository ยท Packagist
๐ License
MIT