Files
n8n/flows/65.json

202 lines
4.2 KiB
JSON
Executable File

{
"createdAt": "2022-09-03T11:23:32.285Z",
"updatedAt": "2022-09-26T10:32:41.461Z",
"id": 65,
"name": "trello",
"active": false,
"nodes": [
{
"parameters": {},
"id": "554218fe-3c11-482c-b6e8-f4dcf639a89a",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
-400,
700
]
},
{
"parameters": {
"listId": "63132a51cd78bf03f142056a",
"name": "={{ $json[\"subject\"] }}",
"description": "={{ $json[\"text\"] }}",
"additionalFields": {
"pos": "top",
"idMembers": "50389832cc6060c26e9c74a4",
"idLabels": "63132a191fe8430077d147c0"
}
},
"id": "7256b1d6-ead6-4858-87c6-9b450a9cedd4",
"name": "Trello",
"type": "n8n-nodes-base.trello",
"typeVersion": 1,
"position": [
120,
500
],
"credentials": {
"trelloApi": {
"id": "46",
"name": "Trello account"
}
}
},
{
"parameters": {
"resource": "message",
"operation": "getAll",
"returnAll": true,
"additionalFields": {
"q": "from:a.plaunov@pet-eu.com !label:Полимаш"
}
},
"id": "02d66ab0-9f7c-4810-8255-acda555c4e23",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"typeVersion": 1,
"position": [
-140,
500
],
"credentials": {
"gmailOAuth2": {
"id": "23",
"name": "Gmail account"
}
}
},
{
"parameters": {
"resource": "messageLabel",
"messageId": "={{ $node[\"Gmail\"].json[\"id\"] }}",
"labelIds": [
"Label_6338182724204393138"
]
},
"id": "23cc3892-8b2f-4284-b230-aa7815fa51ee",
"name": "Gmail1",
"type": "n8n-nodes-base.gmail",
"typeVersion": 1,
"position": [
380,
500
],
"credentials": {
"gmailOAuth2": {
"id": "23",
"name": "Gmail account"
}
}
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyX",
"value": 10,
"unit": "minutes"
}
]
}
},
"id": "3a9b4d25-3542-444e-b5fd-72e942659ab3",
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
-400,
500
]
},
{
"parameters": {
"chatId": "-320861541",
"text": "=🍺 <b>Новое задание</b> 🍺\n{{$json[\"subject\"]}}",
"additionalFields": {
"disable_web_page_preview": false,
"parse_mode": "HTML"
}
},
"id": "33011183-b1f2-4ad8-a015-fc6673425789",
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
420,
660
],
"credentials": {
"telegramApi": {
"id": "45",
"name": "pet"
}
}
},
{
"parameters": {
"id": "63132a181a3aab03471166de"
},
"id": "b26f20b5-d442-479b-bca8-161126abb4bb",
"name": "Trello Trigger",
"type": "n8n-nodes-base.trelloTrigger",
"typeVersion": 1,
"position": [
-180,
820
],
"webhookId": "adf00542-12c3-47b1-ba4f-991ac6a14575",
"credentials": {
"trelloApi": {
"id": "46",
"name": "Trello account"
}
}
}
],
"connections": {
"Gmail": {
"main": [
[
{
"node": "Trello",
"type": "main",
"index": 0
}
]
]
},
"Cron": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
]
]
},
"Trello": {
"main": [
[
{
"node": "Gmail1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": {
"node:Trello Trigger": {}
},
"dataLoaded": false,
"pinData": {},
"versionId": "fa0403d6-83e1-4611-8752-e2d75c6d076e",
"triggerCount": 0,
"tags": []
}