The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "FlowKI \u00b7 News-/Themen-Monitor (Zeitplan + RSS) \u2014 Grundger\u00fcst",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-380,
0
],
"id": "a2000000-0000-4000-8000-000000000001",
"name": "Zeitplan (z.B. st\u00fcndlich)"
},
{
"parameters": {
"url": "https://the-decoder.de/feed/"
},
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1.1,
"position": [
-140,
0
],
"id": "a2000000-0000-4000-8000-000000000002",
"name": "RSS-Feed lesen"
},
{
"parameters": {},
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
100,
0
],
"id": "a2000000-0000-4000-8000-000000000003",
"name": "Filter (Stichwort/Datum)"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
340,
-100
],
"id": "a2000000-0000-4000-8000-000000000004",
"name": "Treffer \u2192 weiterverarbeiten"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
340,
100
],
"id": "a2000000-0000-4000-8000-000000000005",
"name": "Kein Treffer \u2192 verwerfen"
}
],
"connections": {
"Zeitplan (z.B. st\u00fcndlich)": {
"main": [
[
{
"node": "RSS-Feed lesen",
"type": "main",
"index": 0
}
]
]
},
"RSS-Feed lesen": {
"main": [
[
{
"node": "Filter (Stichwort/Datum)",
"type": "main",
"index": 0
}
]
]
},
"Filter (Stichwort/Datum)": {
"main": [
[
{
"node": "Treffer \u2192 weiterverarbeiten",
"type": "main",
"index": 0
}
],
[
{
"node": "Kein Treffer \u2192 verwerfen",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"meta": {
"flowki": "Grundgeruest \u2014 RSS-URL und Filter im IF-Knoten selbst setzen. Self-hosted in der EU laufen lassen."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FlowKI · News-/Themen-Monitor (Zeitplan + RSS) — Grundgerüst. Uses rssFeedRead. Scheduled trigger; 5 nodes.
Source: https://github.com/gh0stOo/n8n-workflows-dsgvo-de/blob/main/workflows/02-news-monitor-zeitplan.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow runs hourly to read multiple RSS/Atom feeds, applies rule-based topic matching, relevance scoring, sentiment and entity tagging with deduplication, and then sends scored HTML email diges
Fetch an RSS feed, build a localized morning digest, and send it with Brevo at 09:00 local time in Paris, New York, Tokyo, and Perth from one target-aware rrule.net schedule. One rrule.net Schedule Tr
World News Collector (10m). Uses rssFeedRead, dataTable. Scheduled trigger; 11 nodes.
Send a coffee newsletter at 09:00 local time in every region. Uses @rrulenet/n8n-nodes-rrulenet, rssFeedRead, sendInBlue. Scheduled trigger; 11 nodes.
Job Seeking. Uses scheduleTrigger, rssFeedRead, googleSheets, httpRequest. Scheduled trigger; 12 nodes.