Files
n8n/flows/31.json

103 lines
2.3 KiB
JSON
Executable File

{
"createdAt": "2022-06-01T13:25:38.432Z",
"updatedAt": "2022-06-01T13:29:06.930Z",
"id": 31,
"name": "microsoft todo lists",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
],
"id": "067b1a81-29b6-4bbd-a530-f4c4a7657bf0"
},
{
"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"
}
},
"id": "93bf4446-a62c-452b-aa9e-9484281ad9a7"
},
{
"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
],
"id": "620e2b07-6588-444a-913b-36e022fcf422"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Microsoft To Do",
"type": "main",
"index": 0
}
]
]
},
"Microsoft To Do": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"dataLoaded": false,
"pinData": null,
"versionId": "9867e2a9-26d5-42e4-bcad-3d1edc34bde3",
"tags": []
}