This workflow follows the HTTP Request → RSS Feed Read recipe pattern — see all workflows that pair these two integrations.
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 RSS zu Discord (Zeitplan) \u2014 Grundger\u00fcst",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-420,
0
],
"id": "a7000000-0000-4000-8000-000000000001",
"name": "Zeitplan (z.B. alle 30 Min)"
},
{
"parameters": {
"url": "https://the-decoder.de/feed/"
},
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1.1,
"position": [
-180,
0
],
"id": "a7000000-0000-4000-8000-000000000002",
"name": "RSS-Feed lesen"
},
{
"parameters": {},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
60,
0
],
"id": "a7000000-0000-4000-8000-000000000003",
"name": "Discord-Nachricht bauen"
},
{
"parameters": {
"method": "POST",
"url": "https://discord.com/api/webhooks/DEINE_WEBHOOK_ID/DEIN_TOKEN",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
300,
0
],
"id": "a7000000-0000-4000-8000-000000000004",
"name": "An Discord-Webhook senden"
}
],
"connections": {
"Zeitplan (z.B. alle 30 Min)": {
"main": [
[
{
"node": "RSS-Feed lesen",
"type": "main",
"index": 0
}
]
]
},
"RSS-Feed lesen": {
"main": [
[
{
"node": "Discord-Nachricht bauen",
"type": "main",
"index": 0
}
]
]
},
"Discord-Nachricht bauen": {
"main": [
[
{
"node": "An Discord-Webhook senden",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"meta": {
"flowki": "Grundgeruest \u2014 RSS-URL und Discord-Webhook-URL setzen. Optional Dedup, damit nichts doppelt gepostet wird."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FlowKI · RSS zu Discord (Zeitplan) — Grundgerüst. Uses rssFeedRead, httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/gh0stOo/n8n-workflows-dsgvo-de/blob/main/workflows/07-rss-zu-discord.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.
Auto Hunt. Uses httpRequest, googleSheets, rssFeedRead, telegram. Scheduled trigger; 78 nodes.
Auto-Hunt. Uses httpRequest, googleSheets, rssFeedRead, telegram. Scheduled trigger; 78 nodes.
GNCA AI News Pipeline. Uses rssFeedRead, httpRequest, telegram, errorTrigger. Scheduled trigger; 31 nodes.
GNCA AI News Pipeline. Uses rssFeedRead, httpRequest, telegram, errorTrigger. Scheduled trigger; 29 nodes.
Competitor Feature-Parity Watcher. Uses rssFeedRead, httpRequest, googleSheets, telegram. Scheduled trigger; 24 nodes.