n8n-workflows/workflows/583_workflow_583.json
2025-05-14 11:58:29 +03:00

39 lines
679 B
JSON

{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
260,
320
],
"parameters": {},
"typeVersion": 1
},
{
"name": "RSS Feed Read",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
460,
320
],
"parameters": {
"url": "https://failedmachine.com/rss/"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "RSS Feed Read",
"type": "main",
"index": 0
}
]
]
}
}
}