Files
n8n/flows/13.json

228 lines
5.2 KiB
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
2022-10-27 21:01:19 +00:00
"createdAt": "2022-04-30T16:57:58.520Z",
2023-01-09 22:00:45 +00:00
"updatedAt": "2023-01-09T14:01:20.799Z",
2023-01-05 22:00:37 +00:00
"id": "13",
2022-05-26 20:57:30 +03:00
"name": "birthday",
"active": true,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
2022-05-30 21:01:02 +00:00
-200,
2022-05-26 20:57:30 +03:00
480
2022-08-03 21:00:21 +00:00
],
"id": "972c5ec8-46f8-4042-8200-c11aa63f167b"
2022-05-26 20:57:30 +03:00
},
{
"parameters": {
"title": "={{$json[\"summary\"]}}",
"body": "={{$json[\"description\"]}}"
},
"name": "Pushbullet",
"type": "n8n-nodes-base.pushbullet",
"typeVersion": 1,
"position": [
2022-05-30 21:01:02 +00:00
460,
580
2022-05-26 20:57:30 +03:00
],
2022-08-03 21:00:21 +00:00
"id": "b32911f2-042c-429a-b855-2ffceecf358b",
2022-05-26 20:57:30 +03:00
"credentials": {
"pushbulletOAuth2Api": {
"id": "10",
"name": "Pushbullet account"
}
}
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 6,
"minute": 30
}
]
}
},
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
-200,
680
2022-08-03 21:00:21 +00:00
],
"id": "d89fb67c-8d38-428e-a08d-569301e115e3"
2022-05-26 20:57:30 +03:00
},
{
"parameters": {
"operation": "getAll",
"taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAE_WemmwAAAA==",
"returnAll": true
},
"name": "Microsoft To Do1",
"type": "n8n-nodes-base.microsoftToDo",
"typeVersion": 1,
"position": [
2022-08-03 21:00:21 +00:00
100,
2022-05-26 20:57:30 +03:00
800
],
2022-08-03 21:00:21 +00:00
"id": "9b1904b9-69b2-4924-a647-d6f0a02a0fa7",
2022-05-26 20:57:30 +03:00
"credentials": {
"microsoftToDoOAuth2Api": {
"id": "4",
"name": "Microsoft To Do account"
}
},
"disabled": true
},
{
"parameters": {
"operation": "delete",
"taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAE_WemmwAAAA==",
"taskId": "={{$json[\"id\"]}}"
},
"name": "Microsoft To Do2",
"type": "n8n-nodes-base.microsoftToDo",
"typeVersion": 1,
"position": [
380,
800
],
2022-08-03 21:00:21 +00:00
"id": "473c977c-3cf3-49c1-8371-b64017409a2f",
2022-05-26 20:57:30 +03:00
"credentials": {
"microsoftToDoOAuth2Api": {
"id": "4",
"name": "Microsoft To Do account"
}
},
"disabled": true
},
{
"parameters": {
"operation": "getAll",
"calendar": "addressbook%23contacts%40group.v.calendar.google.com",
"returnAll": true,
"options": {
"timeMax": "={{$today.plus({days: 1}).toString()}}",
"timeMin": "={{$today.toString()}}"
}
},
"name": "Google Calendar1",
"type": "n8n-nodes-base.googleCalendar",
"typeVersion": 1,
"position": [
120,
2022-05-30 21:01:02 +00:00
580
2022-05-26 20:57:30 +03:00
],
2022-08-03 21:00:21 +00:00
"id": "fef543df-297d-45c5-bced-c310075a217e",
2022-05-26 20:57:30 +03:00
"credentials": {
"googleCalendarOAuth2Api": {
"id": "6",
"name": "Google Calendar account"
}
}
},
{
"parameters": {
"operation": "create",
"taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAE_WemmwAAAA==",
"title": "={{$json[\"summary\"]}}",
"additionalFields": {
"content": "={{$json[\"description\"]}}",
"dueDateTime": "={{DateTime.fromISO($json[\"start\"][\"date\"]).plus({days: 1}).toString()}}",
2022-06-10 21:00:36 +00:00
"importance": "high",
2022-05-26 20:57:30 +03:00
"status": "inProgress"
}
},
"name": "Microsoft To Do3",
"type": "n8n-nodes-base.microsoftToDo",
"typeVersion": 1,
"position": [
2022-05-30 21:01:02 +00:00
460,
440
2022-05-26 20:57:30 +03:00
],
2022-08-03 21:00:21 +00:00
"id": "4aa64186-509b-4525-ad30-14eae58594da",
2022-05-26 20:57:30 +03:00
"credentials": {
"microsoftToDoOAuth2Api": {
"id": "4",
"name": "Microsoft To Do account"
}
}
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Google Calendar1",
"type": "main",
"index": 0
}
]
]
},
"Cron": {
"main": [
[
{
"node": "Microsoft To Do1",
"type": "main",
"index": 0
},
{
"node": "Google Calendar1",
"type": "main",
"index": 0
}
]
]
},
"Microsoft To Do1": {
"main": [
[
{
"node": "Microsoft To Do2",
"type": "main",
"index": 0
}
]
]
},
"Google Calendar1": {
"main": [
[
{
"node": "Microsoft To Do3",
"type": "main",
"index": 0
},
{
"node": "Pushbullet",
"type": "main",
"index": 0
}
]
]
}
},
2022-05-27 07:03:35 +00:00
"settings": {
"saveExecutionProgress": "DEFAULT",
"errorWorkflow": "25"
},
2022-06-09 21:00:39 +00:00
"staticData": null,
2022-08-03 21:00:21 +00:00
"pinData": {},
2022-12-07 22:01:07 +00:00
"versionId": "7972760b-7c3a-4ef4-b7c2-07fa30c79ed6",
2022-12-21 22:01:02 +00:00
"triggerCount": 1,
2022-06-09 21:00:39 +00:00
"tags": [
{
"createdAt": "2022-05-19T09:37:15.931Z",
2022-10-27 21:01:19 +00:00
"updatedAt": "2022-05-19T09:37:15.931Z",
"id": "2",
"name": "my"
2022-06-09 21:00:39 +00:00
}
2022-12-07 22:01:07 +00:00
]
2022-05-26 20:57:30 +03:00
}