Files
n8n/flows/61.json

149 lines
3.2 KiB
JSON
Raw Normal View History

2022-08-24 21:00:32 +00:00
{
"id": 61,
"name": "vikunja",
"active": false,
"nodes": [
{
"parameters": {},
"id": "5ab4b9d7-8793-4bc0-b5cb-33c90a0b9636",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
2022-08-26 21:00:43 +00:00
{
"parameters": {
"requestMethod": "POST",
"url": "https://vikunja.cynic.club/api/v1/login",
"jsonParameters": true,
"options": {
"bodyContentType": "json"
},
"bodyParametersJson": "{\n \"long_token\": true,\n \"password\": \"nfgxtyrb\",\n \"username\": \"nia\"\n}"
},
"id": "61c72e9d-9951-4b51-b652-ca8ca8ccad02",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
460,
300
]
},
2022-08-24 21:00:32 +00:00
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"url": "https://vikunja.cynic.club/api/v1/tasks/all",
"jsonParameters": true,
"options": {}
},
2022-08-26 21:00:43 +00:00
"id": "c52b7143-60a0-4f91-bfb6-27d051b25eb3",
"name": "HTTP Request1",
2022-08-24 21:00:32 +00:00
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
2022-08-26 21:00:43 +00:00
660,
2022-08-24 21:00:32 +00:00
300
],
"credentials": {
"httpHeaderAuth": {
"id": "41",
"name": "vikunja"
}
}
2022-08-26 21:00:43 +00:00
},
{
"parameters": {
"fieldToSplitOut": "id",
"options": {}
},
"id": "c59d88d4-6378-4f39-9d12-4d56e4094f54",
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
900,
300
]
2022-08-28 21:00:49 +00:00
},
{
"parameters": {
"postProcessAction": "nothing",
"options": {
"allowUnauthorizedCerts": true
}
},
"id": "d7616652-f120-4c5e-8d17-038729ef6387",
"name": "IMAP Email",
"type": "n8n-nodes-base.emailReadImap",
"typeVersion": 1,
"position": [
1060,
300
],
"credentials": {
"imap": {
"id": "43",
"name": "nia@cynic.club"
}
}
},
{
"parameters": {
"resource": "task",
"operation": "getAll",
"projectId": 1,
"returnAll": true,
"filters": {}
},
"id": "17505e22-d60f-4c68-b837-d62fc9489490",
"name": "Taiga",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
-20,
60
],
"credentials": {
"taigaApi": {
"id": "44",
"name": "Taiga account"
}
}
2022-08-24 21:00:32 +00:00
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
2022-08-26 21:00:43 +00:00
},
"HTTP Request": {
"main": [
[
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
2022-08-24 21:00:32 +00:00
}
},
"createdAt": "2022-08-24T17:54:11.748Z",
2022-08-28 21:00:49 +00:00
"updatedAt": "2022-08-28T20:51:24.023Z",
2022-08-24 21:00:32 +00:00
"settings": {},
"staticData": null,
"pinData": {},
"tags": []
}