Files
n8n/flows/5.json

40 lines
873 B
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 5,
"name": "Create a post and update the post in WordPress",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"position": [
240,
300
],
"typeVersion": 1
},
{
"parameters": {
"url": "https://miniflux.cynic.club/bridge/?action=display&bridge=Facebook&context=User&u=https%3A%2F%2Fwww.facebook.com%2Fblohina.advokat%2F&media_type=all&limit=-1&format=Atom"
},
"name": "RSS Feed Read",
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1,
"position": [
260,
100
]
}
],
"connections": {
"Start": {
"main": [
[]
]
}
},
"createdAt": "2022-04-21T05:22:24.738Z",
"updatedAt": "2022-04-21T05:44:21.107Z",
"settings": {},
"staticData": null
}