n8n
Workflow
Read An Rss Feed
This n8n workflow automates tasks and integrates with various services. Read An Rss Feed - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks and integrates with various services. Read An Rss Feed - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
260,
320
],
"parameters": [],
"typeVersion": 1,
"id": "ef741150-a4ba-48fc-972d-5f0996c274a3"
},
{
"name": "RSS Feed Read",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
460,
320
],
"parameters": {
"url": "https://failedmachine.com/rss/"
},
"typeVersion": 1,
"id": "ebfc7249-5db1-4bbe-a69f-346be569875b"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "RSS Feed Read",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow