Lert vs a Telegram bot for notifications
Sending yourself alerts through a Telegram bot is a classic developer trick — free, cross-platform, and already on your phone. Lert is a dedicated push service where one URL replaces the token-and-chat_id dance. Both work well; here's an honest look at which suits your situation.
The short version
Using Telegram for alerts means creating a bot with BotFather, getting a bot token, finding your chat_id, and then calling the Telegram Bot API to post a message to yourself or a group. It's free, it runs on essentially every platform, and messages land right inside an app you probably already use. For a lot of developers, that's more than good enough.
Lert is a dedicated push service built on one idea: your endpoint URL is the authentication. Install the app, copy your unique URL, POST to it, and your phone buzzes — no bot, no token, no chat_id lookup. It's a real iOS push designed for alerts, and it ships an MCP server for AI assistants.
Neither is strictly better. A Telegram bot wins on cost and reach; Lert wins on setup simplicity and being a purpose-built notification, not a chat message.
Side by side
| Lert | Telegram bot | |
|---|---|---|
| Cost | Free tier; Pro $2.99/mo | Free |
| Platforms | iOS today (Android planned) | iOS, Android, desktop, web |
| Setup | Install app, copy URL, done | Bot token + chat_id lookup |
| Auth | The endpoint URL is the auth | Bot token + chat_id |
| Where it lands | Dedicated lock-screen push | A message inside a Telegram chat |
| Groups | Personal alerts to your phone | Great for shared group chats |
| AI / MCP | Ships an MCP server | Scriptable via HTTP; no MCP |
Telegram's Bot API and features evolve — check Telegram's own documentation for current, authoritative details at the time you read this.
When to choose a Telegram bot
Stick with a Telegram bot if any of these describe you:
- You want it free and cross-platform. Telegram runs on iOS, Android, desktop, and the web, and the Bot API costs nothing. For notifications that need to reach many devices without spending a cent, it's hard to beat.
- You already live in Telegram. If the app is open all day anyway, alerts arriving as messages fit naturally into how you already work.
- You want alerts in a shared group. Posting to a group chat so a whole team sees the same alert is something Telegram does effortlessly — a genuine strength.
- You want a searchable history in-thread. Because alerts are just messages, they're kept, searchable, and scrollable in the chat alongside everything else.
When to choose Lert
Pick Lert if any of these describe you:
- You want to skip the token and chat_id dance. No BotFather, no bot token, no looking up your
chat_idbefore the first message works. Copy one URL and POST to it. - You want a real, dedicated push. Lert sends a purpose-built iOS notification that wakes a locked phone and buzzes a paired Apple Watch — not a chat message competing with your other conversations.
- You want alerts separate from chat. Keeping automated notifications out of your messaging app means they don't get buried, muted with a chat, or lost in a busy thread.
- You want AI assistants to notify you. Lert's built-in MCP server lets tools like Claude push you an update when a long task finishes, with no bot to wire up.
Deciding factor: if free-and-everywhere or group-friendly alerts matter most, a Telegram bot is a genuinely great, zero-cost answer. If you want the simplest possible setup and a dedicated push that behaves like a first-class notification rather than a chat message, Lert is built for that. Both get the word to your phone reliably.
A fair conclusion
The Telegram-bot approach is popular for good reason: it's free, it works across every platform, and it slots alerts into an app millions of people already keep open — plus it's unbeatable when you want a whole group to see the same message. Lert doesn't try to replace Telegram as a chat app. Its pitch is narrower and simpler: remove the bot token and chat_id setup entirely, and deliver a dedicated push that's built to be an alert. If you value that focus and the one-URL simplicity — especially on iOS, and especially with AI assistants — Lert is the cleaner fit. If you value free, cross-platform, and group-ready, the Telegram bot remains an excellent choice. Pick the one whose strengths match what you're actually notifying yourself about.
FAQ
Is a Telegram bot free?
Yes. Creating a bot with BotFather and sending messages through the Telegram Bot API is free, and Telegram runs on virtually every platform. That combination of free and everywhere is a real strength. Lert has a free tier too, with a $2.99/month Pro plan.
What's the setup difference?
A Telegram bot needs the Telegram app, a bot token from BotFather, and your chat_id, which you usually have to look up before the first message works. Lert needs only the app and the one URL it shows you — no token and no chat_id step.
Do Telegram bot messages show as real push notifications?
They arrive as Telegram messages, so they surface through Telegram's own notifications, subject to your Telegram notification settings and any muting. Lert sends a dedicated push built for alerts — it wakes a locked phone and buzzes a paired Apple Watch.
When is a Telegram bot the better choice?
When you want free notifications across many platforms, already live in Telegram, or want alerts to land in a group chat your team can all see. Telegram's group and cross-platform reach is genuinely hard to beat for those cases.
Skip the token-and-chat_id setup.
Download Lert, copy your URL, POST to it. One dedicated push, no bot required.