Auto backup (2022-06-01T21:00:37.510Z)

This commit is contained in:
nia
2022-06-01 21:00:37 +00:00
parent bcac3ce502
commit 8b4adbe7cb
34 changed files with 197 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
{
"id": 1,
"name": "Bot to Get Weather Forecast (Telegram)",
"active": false,
"active": true,
"nodes": [
{
"parameters": {
@@ -156,7 +156,7 @@
}
},
"createdAt": "2022-04-20T08:33:49.423Z",
"updatedAt": "2022-06-01T04:30:57.454Z",
"updatedAt": "2022-06-01T05:33:39.773Z",
"settings": {},
"staticData": null
}

View File

@@ -1,7 +1,7 @@
{
"id": 10,
"name": "OpenData to Mattermost",
"active": false,
"active": true,
"nodes": [
{
"parameters": {},
@@ -43,6 +43,7 @@
{
"parameters": {
"postProcessAction": "nothing",
"format": "resolved",
"options": {}
},
"name": "IMAP Email",
@@ -161,11 +162,11 @@
}
},
"createdAt": "2022-04-29T05:12:17.339Z",
"updatedAt": "2022-06-01T05:23:54.560Z",
"updatedAt": "2022-06-01T16:45:40.498Z",
"settings": {},
"staticData": {
"node:IMAP Email": {
"lastMessageUid": 6255
"lastMessageUid": 6266
}
}
}

View File

@@ -136,7 +136,7 @@
"updateFields": {
"allday": "yes",
"end": "={{$json[\"date\"]}} 23:00:00",
"start": "={{$json[\"google\"][\"prospect\"]}} 01:00:00"
"start": "={{$json[\"date\"]}} 01:00:00"
}
},
"name": "Google Calendar3",
@@ -1461,7 +1461,7 @@
}
},
"createdAt": "2022-04-29T07:24:59.929Z",
"updatedAt": "2022-06-01T05:25:21.307Z",
"updatedAt": "2022-06-01T13:48:10.311Z",
"settings": {
"saveExecutionProgress": "DEFAULT",
"errorWorkflow": "25"

60
flows/30.json Normal file
View 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
}

96
flows/31.json Normal file
View File

@@ -0,0 +1,96 @@
{
"id": 31,
"name": "microsoft todo lists",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"operation": "getAll",
"taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAB1IqesQAAAA==",
"returnAll": true
},
"name": "Microsoft To Do",
"type": "n8n-nodes-base.microsoftToDo",
"typeVersion": 1,
"position": [
480,
300
],
"credentials": {
"microsoftToDoOAuth2Api": {
"id": "4",
"name": "Microsoft To Do account"
}
}
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"status\"]}}",
"operation": "notEqual",
"value2": "completed"
}
],
"dateTime": [
{
"value1": "={{$json[\"dueDateTime\"][\"dateTime\"]}}",
"value2": "2022-06-01T13:27:24.854Z"
},
{
"value1": "={{$json[\"dueDateTime\"][\"dateTime\"]}}",
"operation": "before",
"value2": "2022-06-07T21:00:00.000Z"
}
]
}
},
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
680,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Microsoft To Do",
"type": "main",
"index": 0
}
]
]
},
"Microsoft To Do": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-06-01T13:25:38.432Z",
"updatedAt": "2022-06-01T13:29:06.930Z",
"settings": {},
"staticData": null
}