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": "RSS-Feed",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://rss.nytimes.com/services/xml/rss/nyt/World.xml"
},
"id": "416da3ff-312c-4267-8ec8-7f5f2300338a",
"name": "New-York Times",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
640
]
},
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
},
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://feeds.bbci.co.uk/news/rss.xml"
},
"id": "2ca90302-ddaf-4143-b781-81b49326ded4",
"name": "BBC",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
1200
]
},
{
"parameters": {
"operation": "create",
"fieldsUi": {
"fieldValues": [
{
"fieldValue": "={{ $json.title }}"
},
{
"fieldValue": "={{ $json.link }}"
},
{
"fieldValue": "={{ $json.pubDate }}"
}
]
}
},
"id": "6d123cea-70b4-4ff7-850e-cb167d614658",
"name": "Baserow1",
"type": "n8n-nodes-base.baserow",
"typeVersion": 1,
"position": [
1640,
800
],
"credentials": {
"baserowApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"project": {
"__rl": true,
"value": "2323866918",
"mode": "list",
"cachedResultName": "Privates \ud83c\udfe1"
},
"content": "={{ $json.link }}",
"options": {}
},
"id": "0db1ac47-f65f-4e2d-8e25-46581614ffea",
"name": "Todoist1",
"type": "n8n-nodes-base.todoist",
"typeVersion": 2,
"position": [
1640,
940
],
"credentials": {
"todoistApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"text": "=------------------------------------------------------------\n# {{ $json.title }}\n{{ $json.pubDate }}\n\n**Link:** {{ $json.link }}",
"options": {}
},
"id": "633349c2-3049-47b5-9d38-23eb9d9181a4",
"name": "Discord1",
"type": "n8n-nodes-base.discord",
"typeVersion": 1,
"position": [
1640,
1080
]
},
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://techcrunch.com/feed/"
},
"id": "ba78d33d-7235-4c7b-970c-2ff5d8828173",
"name": "TECHCRUNCH",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
780
]
},
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://www.theverge.com/rss/frontpage"
},
"id": "233c9bdd-bf42-4e02-abdf-11603f27de09",
"name": "theverge",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
920
]
},
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://mashable.com/feeds/rss/all"
},
"id": "397d893b-d0b2-48d7-8fcb-09064f3f9219",
"name": "mashable",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
1060
]
},
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://www.wired.com/feed/rss"
},
"id": "22c3a329-d482-4d48-b226-92be720387de",
"name": "wired",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
500
]
},
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"feedUrl": "https://www.cnet.com/rss/news/"
},
"id": "bc6eceec-f349-49ed-bcc1-5adeaeedbc75",
"name": "cnet",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"typeVersion": 1,
"position": [
580,
1340
]
}
],
"connections": {
"TECHCRUNCH": {
"main": [
[
{
"node": "Discord1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Baserow1",
"type": "main",
"index": 0
}
]
]
},
"BBC": {
"main": [
[
{
"node": "Baserow1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Discord1",
"type": "main",
"index": 0
}
]
]
},
"New-York Times": {
"main": [
[
{
"node": "Baserow1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Discord1",
"type": "main",
"index": 0
}
]
]
},
"theverge": {
"main": [
[
{
"node": "Baserow1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Discord1",
"type": "main",
"index": 0
}
]
]
},
"mashable": {
"main": [
[
{
"node": "Baserow1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Discord1",
"type": "main",
"index": 0
}
]
]
},
"wired": {
"main": [
[
{
"node": "Baserow1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Discord1",
"type": "main",
"index": 0
}
]
]
},
"cnet": {
"main": [
[
{
"node": "Baserow1",
"type": "main",
"index": 0
},
{
"node": "Todoist1",
"type": "main",
"index": 0
},
{
"node": "Discord1",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "3f9e46ef-cad7-45f4-8244-133cf4b0f2e3",
"id": "GDiBWOMlrJHbaKSw",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
baserowApitodoistApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
RSS-Feed. Uses rssFeedReadTrigger, baserow, todoist, discord. Event-driven trigger; 10 nodes.
Source: https://github.com/codesphere-community/templates/blob/581222b812d1dc54d5c628460771a9d2f11ed095/n8n/RSS_Feed.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.
RSS feed to Discord channel. Uses rssFeedReadTrigger, discord. Event-driven trigger; 3 nodes.
Automate cryptocurrency market monitoring by tracking top 24-hour gainers and losers from 1750+ coins, delivering professional Discord (optional Telegram, Slack etc) updates with rich embeds and real-
This n8n workflow enables a Virtual Try-On experience where users upload a dress image and the system: Combines it with a fashion model image Generates a realistic try-on image* Generates a fashion wa
Trying to connect n8n to your Discord server but not sure where to start? 🤔 Setting up a Discord Bot and its credentials can be confusing. This workflow provides the perfect starting point, guiding yo
Stop the panic attacks. We've all been there - accidentally deleted a workflow that took hours to build, or worse, corrupted your entire automation setup. This workflow is your safety net.