Auto backup (2022-06-01T21:00:37.510Z)
This commit is contained in:
60
flows/30.json
Normal file
60
flows/30.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"id": 30,
|
||||
"name": "miniflux",
|
||||
"active": false,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"name": "Start",
|
||||
"type": "n8n-nodes-base.start",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
240,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://rss.cynic.club/v1/entries?status=unread&direction=desc",
|
||||
"options": {},
|
||||
"headerParametersUi": {
|
||||
"parameter": [
|
||||
{
|
||||
"name": "X-Auth-Token",
|
||||
"value": "7D4Yc7rm3wNa88QSJqpVstji3euROwa0YTTDQniMeQ4="
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "HTTP Request",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
460,
|
||||
300
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Start": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request": {
|
||||
"main": [
|
||||
[]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-06-01T06:06:09.141Z",
|
||||
"updatedAt": "2022-06-01T06:17:38.705Z",
|
||||
"settings": {},
|
||||
"staticData": null
|
||||
}
|
||||
Reference in New Issue
Block a user