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.
news_display · action · Utility · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
feedUrlURL del feed RSS/Atom | expression | yes | — 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}}. |
limitNumero massimo items | number | no | 10 | Default 10. Hard cap 100. Items piu\` vecchi del cap vengono scartati. |
renderFormatFormato render output | enumnonemarkdownhtml | no | none | "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). |
sinceHoursSolo items piu\` recenti di N ore | number | no | — 24 | Filtro opzionale: scarta items con pubDate piu\` vecchia di N ore. Vuoto = nessun filtro. Util per workflow daily digest. |
timeoutMsTimeout fetch (ms) | number | no | 10000 | Default 10s. Hard cap 60s. Oltre il cap → throw TimeoutError. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
feeditemscountmarkdownhtmlJSON 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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes