Files
n8n/flows/66.json

129 lines
2.5 KiB
JSON
Raw Normal View History

2022-09-04 21:00:33 +00:00
{
2022-10-27 21:01:19 +00:00
"createdAt": "2022-09-04T06:07:43.998Z",
"updatedAt": "2022-09-04T19:12:44.717Z",
2022-09-04 21:00:33 +00:00
"id": 66,
"name": "My workflow 3",
"active": false,
"nodes": [
{
"parameters": {},
"id": "ed76eecf-e611-4b3a-b43c-c9d7aaf30464",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
-20,
320
]
},
{
"parameters": {
"additionalOptions": {
"categoryId": 14,
"limit": 500,
"order": "published_at",
"direction": "desc",
"plainText": true,
"status": "unread"
}
},
"id": "35d0b379-ad7c-4777-9112-9e1bb3a50f3f",
"name": "Miniflux",
"type": "n8n-nodes-miniflux.Miniflux",
"typeVersion": 1,
"position": [
280,
320
],
"credentials": {
"minifluxApi": {
"id": "47",
"name": "Miniflux account"
}
}
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json[\"title\"] }}",
"operation": "contains",
"value2": "Assassin"
}
]
}
},
"id": "b62830b8-7b83-4459-b2f9-f75bcce761bc",
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
500,
320
]
},
{
"parameters": {
"operation": "update",
"entryId": "={{ $json[\"id\"] }}"
},
"id": "44b515cf-6678-4251-95f8-ffaf7ac1d095",
"name": "Miniflux1",
"type": "n8n-nodes-miniflux.Miniflux",
"typeVersion": 1,
"position": [
720,
340
],
"credentials": {
"minifluxApi": {
"id": "47",
"name": "Miniflux account"
}
}
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Miniflux",
"type": "main",
"index": 0
}
]
]
},
"Miniflux": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"IF": {
"main": [
[],
[
{
"node": "Miniflux1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
2022-12-07 22:01:07 +00:00
"dataLoaded": false,
2022-09-04 21:00:33 +00:00
"pinData": {},
2022-12-07 22:01:07 +00:00
"versionId": "7046c331-c9ca-4906-9aa3-7ed549c48372",
"tags": []
2022-09-04 21:00:33 +00:00
}