News: RSS/Atom reader

news_display · action · Utility · Available · v1.0.0

Description

RSS/Atom feed reader: downloads a feed URL and returns the parsed items (title, link, date, summary) — the pull-style companion to the RSS trigger for digest and monitoring workflows.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
feedUrl
URL del feed RSS/Atom
expressionyes
https://news.google.com/rss?q=FlowForge
URL completa del feed (https://). RSS 2.0 + Atom 1.0 supportati. SSRF guard attivo (no localhost/LAN). Supporta espressioni: {{secrets.MY_FEED_URL}}.
limit
Numero massimo items
numberno10Default 10. Hard cap 100. Items piu\` vecchi del cap vengono scartati.
renderFormat
Formato render output
enum
nonemarkdownhtml
nonone"none" = solo array items strutturato. "markdown" = aggiunge campo `markdown` con bullet list (per Liara/Slack/email). "html" = aggiunge campo `html` con <ul><li> (per email HTML/dashboard).
sinceHours
Solo items piu\` recenti di N ore
numberno
24
Filtro opzionale: scarta items con pubDate piu\` vecchia di N ore. Vuoto = nessun filtro. Util per workflow daily digest.
timeoutMs
Timeout fetch (ms)
numberno10000Default 10s. Hard cap 60s. Oltre il cap → throw TimeoutError.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • feed
  • items
  • count
  • markdown
  • html

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-news_display-1",
  "defId": "news_display",
  "label": "News: RSS/Atom reader",
  "config": {
    "feedUrl": "https://news.google.com/rss?q=FlowForge",
    "limit": 10,
    "renderFormat": "none",
    "timeoutMs": 10000
  }
}

🔗 Related nodes in the same category

Ready to use News: RSS/Atom reader?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes