Refreshing dashboards all day is a quiet productivity killer. Did a new order come in? Did a payment land? Did someone fill the contact form? Instead of checking five different tools, you can have every important event pushed straight to your Telegram, the app you already check constantly.
This guide walks you through building a real-time business alert system using a Telegram bot and n8n. No coding background needed.
Why Telegram for Alerts?
Telegram is fast, free, works on every device, and its bot platform is genuinely powerful. Messages arrive instantly with a notification, you can format them nicely, and you can create separate channels for different alert types. For a small business it beats email alerts that get buried and SMS that costs money.
What You Will Need
- A Telegram account
- A running n8n instance (self-hosted or cloud)
- The apps you want alerts from (your website, payment tool, sheet, and so on)
Step-by-Step Setup
Create Your Bot
Open Telegram, search for @BotFather, send /newbot, and follow the prompts. You will receive an API token, copy and save it. This token lets n8n send messages as your bot.
Get Your Chat ID
Send any message to your new bot, then use the getUpdates method or a helper like @userinfobot to find your chat ID. This is where alerts will be delivered.
Connect the Bot to n8n
In n8n, add a Telegram node and paste your bot token as a credential. Test it by sending yourself a "Hello" message to confirm everything is wired correctly.
Add Your Triggers
Now connect the events you care about, a new order webhook, a payment notification, a form submission, so each one flows into a Telegram message node.
Useful Alerts to Set Up First
- New order or sale, with product, amount, and customer name
- Payment received, so you never have to ask "did it come through?"
- Form or enquiry submitted, reply while the lead is still warm
- Website or service down, an uptime check that pings you the moment something breaks
- Daily summary, a 9 AM digest of yesterday's numbers
↓
Node: Format message (item, amount, name)
↓
Node: Telegram → send to your alerts chat
↓
✅ You know within seconds
💡 Pro tip: Create separate Telegram groups for different alert types, one for sales, one for system health. It keeps urgent issues from getting lost in the noise.
Frequently Asked Questions
Is this secure?
Your bot token is private, treat it like a password. As long as you keep it safe and only your chat ID receives messages, your alerts stay private to you.
Can my whole team get the alerts?
Yes. Add the bot to a Telegram group and point the alerts there, so everyone who needs to know is notified at once.
Want Your Alert System Done in a Day?
AutoFlowa builds the full Telegram alert system, bot, n8n flows, and all your triggers, ready to use within 24 hours.
Get a Free Demo