Send new website alerts to Telegram without duplicates

Checks a webpage once a day and sends only genuinely new alerts to a Telegram group, never the same one twice.

How the work actually flows

It branches. Every path runs; runs once per one per alert found on page.

Pattern: Parallel Split (2)

flowchart TD trig(["daily scheduled check"]):::trigtime s0["check webpage for posts"]:::task s1[["extract alert details"]]:::mi s2["filter out duplicate alerts"]:::task trig --> s0 s0 -->|"one per one per alert found on page"| s1 s1 --> s2 gx{"+ deliver new alert"}:::gate s2 --> gx p00["post alert to group"]:::task gx -->|"send to Telegram"| p00 p10["save alert as sent"]:::task gx -->|"record alert"| p10 p00 --> out p10 --> out out[/"new alerts posted with no repeats"/]:::out pay{{"instant alerts without manual checking"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepRuns once per itemEvery pathResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Messaging & Notifications
Connects
Telegram

The problem it solves

You need to know the moment a new alert, recall, or announcement is posted, but checking the same page every day by hand is tedious and easy to forget. Without a way to track what's already been seen, you either miss new posts or get the same one flagged repeatedly.

Who it fits

Teams that monitor regulatory alerts, recalls, or news pages and need instant notification of new posts without duplicates.

How it works

  1. Once a day, it checks the target webpage for listed posts
  2. It pulls out each alert's title, link, and date
  3. It compares against previously sent alerts to filter out duplicates
  4. Only new alerts are sent to a Telegram group and recorded so they're never repeated
What you get

New alerts you never have to hunt for

The page you care about is checked every day, and any genuinely new alert lands in your Telegram group the moment it appears.

What you get

A Telegram message for every new alert, with no repeats.

What you need

A Telegram bot connected to a group or channel.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook