Who this is for: anyone following a blog, a news outlet, or a feed of deals/listings who wants to be notified on their phone right away when something new comes out, without checking the site by hand.
n8n's RSS Feed Trigger node checks the feed at regular intervals and fires the workflow only for new articles — it tracks that on its own, no need to handle duplicates by hand. Each new article becomes a Telegram message with title and link.
chat_id by calling https://api.telegram.org/bot<TOKEN>/getUpdates after messaging the bot.YOUR_BOT_TOKEN and YOUR_CHAT_ID."ok": true response.
If the feed publishes very rarely, the first activation may take a few minutes before the first check — that's normal node behavior, not an error.