Watch a web page for changes
Check a page every hour, such as a competitor's pricing page, a changelog, or a docs page. Get a Telegram ping the moment it changes. The workflow remembers what it last saw, so it only alerts on a real change.
- Runs
- Every hour
- Setup
- Connect Telegram Bot
- Steps
- 5
Installs as a draft you review and turn on. Nothing runs or spends until you activate it.
How it works
- 1
Check the page every hour
The workflow fetches the page you point it at once an hour, on its own schedule.
- 2
Compare against what it last saw
It hashes the page and compares to the value it stored last time, so it only reacts to a real change.
- 3
Only alert when something changed
A router sends a notification only when the content differs, without hourly noise.
- 4
Ping you on Telegram
When the page changes, it messages the Telegram chat you connect.
What you connect
- Telegram BotAPI token
Point the fetch step's URL at the page you want to watch, connect your Telegram bot token, and set the chat_id on the notify step.
Make it yours
Install lands a draft in your agent's workflow panel. From there you can change any step, or just tell your agent in chat what to do differently. It edits the workflow for you.