Auto backup (2022-08-31T21:00:53.202Z)
This commit is contained in:
@@ -280,11 +280,11 @@
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-04-29T05:12:17.339Z",
|
||||
"updatedAt": "2022-08-30T12:26:36.768Z",
|
||||
"updatedAt": "2022-08-31T20:42:31.306Z",
|
||||
"settings": {},
|
||||
"staticData": {
|
||||
"node:IMAP Email": {
|
||||
"lastMessageUid": 6539
|
||||
"lastMessageUid": 6543
|
||||
}
|
||||
},
|
||||
"pinData": {},
|
||||
|
||||
130
flows/61.json
130
flows/61.json
@@ -29,8 +29,8 @@
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
460,
|
||||
300
|
||||
440,
|
||||
420
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -46,8 +46,8 @@
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
660,
|
||||
300
|
||||
680,
|
||||
460
|
||||
],
|
||||
"credentials": {
|
||||
"httpHeaderAuth": {
|
||||
@@ -94,19 +94,17 @@
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"resource": "task",
|
||||
"operation": "getAll",
|
||||
"resource": "userStory",
|
||||
"projectId": 1,
|
||||
"returnAll": true,
|
||||
"filters": {}
|
||||
"additionalFields": {}
|
||||
},
|
||||
"id": "17505e22-d60f-4c68-b837-d62fc9489490",
|
||||
"name": "Taiga",
|
||||
"type": "n8n-nodes-base.taiga",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-20,
|
||||
60
|
||||
100,
|
||||
100
|
||||
],
|
||||
"credentials": {
|
||||
"taigaApi": {
|
||||
@@ -114,6 +112,95 @@
|
||||
"name": "Taiga account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"requestMethod": "POST",
|
||||
"url": "http://10.100.10.10:3010/api/access-tokens",
|
||||
"options": {},
|
||||
"queryParametersUi": {
|
||||
"parameter": [
|
||||
{
|
||||
"name": "emailOrUsername",
|
||||
"value": "nia"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"value": "Nfgxtyrb2007"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "bd226b6c-18ba-4194-80ae-918dc352de35",
|
||||
"name": "HTTP Request2",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
520,
|
||||
60
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "http://10.100.10.10:3010/api/projects",
|
||||
"options": {},
|
||||
"headerParametersUi": {
|
||||
"parameter": [
|
||||
{
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"name": "Authorization",
|
||||
"value": "=Bearer {{$json[\"item\"]}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"queryParametersUi": {
|
||||
"parameter": [
|
||||
{}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "3c11883e-0424-43e2-9a65-dca6b0cf5bf3",
|
||||
"name": "HTTP Request3",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
740,
|
||||
60
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "http://10.100.10.10:3010/api/notifications",
|
||||
"options": {},
|
||||
"headerParametersUi": {
|
||||
"parameter": [
|
||||
{
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"name": "Authorization",
|
||||
"value": "=Bearer {{$json[\"item\"]}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"queryParametersUi": {
|
||||
"parameter": [
|
||||
{}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "bdc0217a-cefa-4828-bd1e-599b5e6122bd",
|
||||
"name": "HTTP Request4",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
740,
|
||||
200
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
@@ -124,6 +211,11 @@
|
||||
"node": "HTTP Request",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "HTTP Request2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -138,10 +230,26 @@
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request2": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request3",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "HTTP Request4",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-08-24T17:54:11.748Z",
|
||||
"updatedAt": "2022-08-28T20:51:24.023Z",
|
||||
"updatedAt": "2022-08-31T07:15:32.883Z",
|
||||
"settings": {},
|
||||
"staticData": null,
|
||||
"pinData": {},
|
||||
|
||||
219
flows/64.json
Normal file
219
flows/64.json
Normal file
@@ -0,0 +1,219 @@
|
||||
{
|
||||
"id": 64,
|
||||
"name": "taiga",
|
||||
"active": true,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "5067f93b-c23a-4e28-b610-9bd831cedf01",
|
||||
"name": "Start",
|
||||
"type": "n8n-nodes-base.start",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
40,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"resource": "message",
|
||||
"operation": "getAll",
|
||||
"returnAll": true,
|
||||
"additionalFields": {
|
||||
"q": "from:a.plaunov@pet-eu.com !label:Полимаш"
|
||||
}
|
||||
},
|
||||
"id": "2aadf27b-d9c7-46ef-a659-19506bcb0218",
|
||||
"name": "Gmail",
|
||||
"type": "n8n-nodes-base.gmail",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
460,
|
||||
300
|
||||
],
|
||||
"credentials": {
|
||||
"gmailOAuth2": {
|
||||
"id": "23",
|
||||
"name": "Gmail account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"resource": "messageLabel",
|
||||
"messageId": "={{ $node[\"Gmail\"].json[\"id\"] }}",
|
||||
"labelIds": [
|
||||
"Label_6338182724204393138"
|
||||
]
|
||||
},
|
||||
"id": "1d1df4a4-3303-4d89-9298-cd9409676e25",
|
||||
"name": "Gmail1",
|
||||
"type": "n8n-nodes-base.gmail",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
1060,
|
||||
300
|
||||
],
|
||||
"credentials": {
|
||||
"gmailOAuth2": {
|
||||
"id": "23",
|
||||
"name": "Gmail account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"projectId": 1
|
||||
},
|
||||
"id": "580e9d6b-1716-4ef0-82b1-3c001ed7a834",
|
||||
"name": "Taiga Trigger",
|
||||
"type": "n8n-nodes-base.taigaTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
40,
|
||||
580
|
||||
],
|
||||
"webhookId": "537ee4d6-a5a9-49f8-9814-b1bed39ff6dc",
|
||||
"credentials": {
|
||||
"taigaApi": {
|
||||
"id": "44",
|
||||
"name": "Taiga account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"triggerTimes": {
|
||||
"item": [
|
||||
{
|
||||
"mode": "everyX",
|
||||
"value": 10,
|
||||
"unit": "minutes"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "953b3b1a-96ce-4dc2-b4b2-19ee4df89454",
|
||||
"name": "Cron",
|
||||
"type": "n8n-nodes-base.cron",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
260,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"projectId": 1,
|
||||
"subject": "={{ $json[\"subject\"] }}",
|
||||
"additionalFields": {
|
||||
"assigned_to": 5,
|
||||
"description": "={{ $json[\"text\"] }}",
|
||||
"priority": 2,
|
||||
"status": 1,
|
||||
"tags": [
|
||||
"from_mail"
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "010676ac-1be7-4148-8d01-6b42b9cd43e5",
|
||||
"name": "Taiga1",
|
||||
"type": "n8n-nodes-base.taiga",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
700,
|
||||
300
|
||||
],
|
||||
"credentials": {
|
||||
"taigaApi": {
|
||||
"id": "44",
|
||||
"name": "Taiga account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chatId": "-320861541",
|
||||
"text": "=🍺 <b>Новое задание</b> 🍺\n{{$json[\"subject\"]}}",
|
||||
"additionalFields": {
|
||||
"disable_web_page_preview": false,
|
||||
"parse_mode": "HTML"
|
||||
}
|
||||
},
|
||||
"id": "5d3fcc9c-24d2-47a5-8ad5-f7da177a65a3",
|
||||
"name": "Telegram",
|
||||
"type": "n8n-nodes-base.telegram",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
700,
|
||||
480
|
||||
],
|
||||
"credentials": {
|
||||
"telegramApi": {
|
||||
"id": "45",
|
||||
"name": "pet"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Gmail": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Telegram",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Taiga1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Cron": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Gmail",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Taiga1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Gmail1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-08-31T07:25:45.602Z",
|
||||
"updatedAt": "2022-08-31T18:40:46.441Z",
|
||||
"settings": {
|
||||
"errorWorkflow": "25"
|
||||
},
|
||||
"staticData": {
|
||||
"node:Taiga Trigger": {
|
||||
"webhookId": 16,
|
||||
"key": "61566d3ff56fe5e46b16557871d97c6e"
|
||||
}
|
||||
},
|
||||
"pinData": {},
|
||||
"tags": [
|
||||
{
|
||||
"id": "4",
|
||||
"name": "pet",
|
||||
"createdAt": "2022-08-31T13:22:28.351Z",
|
||||
"updatedAt": "2022-08-31T13:22:28.351Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user