39 lines
679 B
JSON
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
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |