Files
n8n/flows/64.json

218 lines
4.5 KiB
JSON
Raw Permalink Normal View History

2022-08-31 21:00:53 +00:00
{
2022-10-27 21:01:19 +00:00
"createdAt": "2022-08-31T07:25:45.602Z",
"updatedAt": "2022-09-03T18:46:33.071Z",
2023-01-05 22:00:37 +00:00
"id": "64",
2022-08-31 21:00:53 +00:00
"name": "taiga",
2022-09-03 21:00:23 +00:00
"active": false,
2022-08-31 21:00:53 +00:00
"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
}
]
]
}
},
"settings": {
"errorWorkflow": "25"
},
"staticData": {
2022-09-03 21:00:23 +00:00
"node:Taiga Trigger": {}
2022-08-31 21:00:53 +00:00
},
"pinData": {},
2022-12-07 22:01:07 +00:00
"versionId": "2b6122da-9dcb-497c-9179-440cc9f7f673",
2022-12-21 22:01:02 +00:00
"triggerCount": 0,
2022-08-31 21:00:53 +00:00
"tags": [
{
"createdAt": "2022-08-31T13:22:28.351Z",
2022-10-27 21:01:19 +00:00
"updatedAt": "2022-08-31T13:22:28.351Z",
"id": "4",
"name": "pet"
2022-08-31 21:00:53 +00:00
}
2022-12-07 22:01:07 +00:00
]
2022-08-31 21:00:53 +00:00
}