Telegram Notifications and Control in BAS
The Telegram module in Browser Automation Studio — send messages, files and screenshots to a bot, get notified when a run finishes, and even control BAS scripts from Telegram.
The fastest way to know how a bot is doing without watching it is a Telegram message. The Telegram module sends updates straight to your bot in the messenger — the lightweight notification channel for any BAS project.
What it does
The module lets you send messages to your own bot in Telegram. The standard module sends text; an extended version goes further — sending files, documents and screenshots, and text with buttons. Beyond notifications, you can even control BAS scripts from Telegram.
When to use it
Two situations make it indispensable:
- Channel content — if you run a Telegram channel and need to feed it new content, the module publishes to it on autopilot. This is the engine behind many auto-posting setups.
- Run notifications — simply being told when the bot succeeded or failed. A Send message at the end of a run — or on an error branch — turns a silent background bot into one that pings you the moment something matters.
Why it beats email for alerts
For “tell me what happened,” Telegram is lighter than SMTP email: no mail server to configure, no throttling, no app passwords — just an instant message. Wire a Telegram notification into the failure branch of every production bot and you’ll never again discover hours later that a run died silently. Add a screenshot on failure and you often see why without opening anything.
The remote-control side closes the loop: not only does the bot report to you in Telegram, you can send commands back to steer it — start, stop, or trigger a script from your phone.
FAQ
How do I get a notification when my BAS bot finishes?
Use the Telegram module to send a message to your bot. Drop a Send message action at the end of a run, or on failure, and you get an instant Telegram ping about how the bot did.
Can the Telegram module send files and screenshots?
The standard module sends messages. An extended version also sends files, documents and screenshots, and text with buttons — and you can even control BAS scripts from Telegram.
- Browser Automation Studio: The Complete Practical GuideGuide
- Building Your First Bot in Browser Automation StudioA step-by-step walkthrough of creating your first working BAS bot — from a blank project to a flow that navigates, extracts data, and runs in multiple threads.
- Setting Up Proxies in Browser Automation StudioHow to configure proxies in BAS the right way — proxy types, per-thread assignment, rotation, and the checks that keep multi-account bots from getting flagged.
- Finding Elements in BAS: Selectors That Don't BreakHow element search works in Browser Automation Studio — CSS vs XPath selectors, why recorded ones break, and how to write selectors that survive page changes.