Files
n8n/flows/36.json

2948 lines
64 KiB
JSON
Raw Normal View History

2022-06-19 21:00:54 +00:00
{
"id": 36,
2022-06-21 21:00:40 +00:00
"name": "avtomoto25 count",
"active": true,
2022-06-19 21:00:54 +00:00
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
2022-07-27 21:00:31 +00:00
-620,
340
2022-08-03 21:00:21 +00:00
],
"id": "8ea3834d-9cf5-45ff-89fe-b0338cd1e37b"
2022-06-19 21:00:54 +00:00
},
2022-06-21 21:00:40 +00:00
{
"parameters": {
"url": "https://note.cynic.club/shares/sJeGN4mi8Xgto8A85QS027",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request2",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
2022-07-13 21:00:22 +00:00
60,
2022-06-21 21:00:40 +00:00
500
2022-08-03 21:00:21 +00:00
],
"id": "45820010-3406-46f6-8a29-35106e0c34a7"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "data",
"cssSelector": "li",
"returnArray": true
}
]
},
"options": {}
},
"name": "HTML Extract1",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
2022-07-13 21:00:22 +00:00
260,
2022-06-21 21:00:40 +00:00
500
2022-08-03 21:00:21 +00:00
],
"id": "bbfdbec5-a90f-452a-9b90-1a8097c0950a"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"string": [
{
"name": "count",
"value": "={{$json[\"data\"][1]}}"
}
]
},
"options": {
"dotNotation": true
}
},
"name": "Set2",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
480,
500
2022-08-03 21:00:21 +00:00
],
"id": "9fe701a5-576a-4395-9eda-0a4dcf9f3185"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"url": "https://note.cynic.club/shares/wjFwc3x9h7lDRK9BlubQC0",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request3",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
0,
840
2022-08-03 21:00:21 +00:00
],
"id": "21268427-781d-4c0f-a568-2cfa20936b33"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"url": "https://note.cynic.club/shares/978uO9kCnw65J1TMaH0XeR",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request4",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
0,
2022-06-22 21:00:33 +00:00
1300
2022-08-03 21:00:21 +00:00
],
"id": "318bb811-8ab8-476c-a5e6-6e3dad8f0b07"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "data",
"cssSelector": "li",
"returnArray": true
},
{
"key": "schedule",
"cssSelector": "label.checkbox-label-checked",
"returnArray": true
}
]
},
"options": {}
},
"name": "HTML Extract3",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
220,
2022-06-22 21:00:33 +00:00
1300
2022-08-03 21:00:21 +00:00
],
"id": "1d261e31-dbaf-4f86-8c3d-a6d868d29c12"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"string": [
{
"name": "count",
"value": "={{$json[\"data\"][1]}}"
}
]
},
"options": {
"dotNotation": true
}
},
"name": "Set4",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
2022-06-22 21:00:33 +00:00
460,
1300
2022-08-03 21:00:21 +00:00
],
"id": "31b20824-099b-4630-a357-199d95b63c2a"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"operation": "update",
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"rowId": "3",
"fieldsToSend": {
"properties": [
{
"fieldId": "count",
"fieldValue": "={{$json[\"count\"]}}"
}
]
}
},
"name": "prospect",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
2022-06-22 21:00:33 +00:00
1020,
1440
2022-06-21 21:00:40 +00:00
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "d57fc394-47fc-448d-a46e-766c0a9104d1"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyX",
"value": 10,
"unit": "minutes"
}
]
}
},
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
2022-07-27 21:00:31 +00:00
-620,
760
2022-08-03 21:00:21 +00:00
],
"id": "c5a7881e-b9e8-4c52-9738-aacb8f71ed3a"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"mode": "removeKeyMatches",
"propertyName1": "count",
"propertyName2": "count"
},
"name": "Merge3",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
780,
520
2022-08-03 21:00:21 +00:00
],
"id": "08a384d3-eb1a-4b39-b000-c5af5961c1e1"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"returnAll": true,
"additionalOptions": {
"filter": {
"filterProperties": [
{
"field": "address",
"values": "вул. Рокосовського 51"
}
]
}
}
},
"name": "rokoss1",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
480,
660
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "08b6f62c-9409-48cf-b07f-f566f7772a51"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"operation": "update",
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"rowId": "1",
"fieldsToSend": {
"properties": [
{
"fieldId": "count",
"fieldValue": "={{$json[\"count\"]}}"
}
]
}
},
"name": "rokoss2",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
1040,
680
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "99bb6b2a-11c9-40eb-9faf-97650bc977be"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"values": {
"number": [
{
"name": "recount",
2022-06-27 21:00:30 +00:00
"value": "={{24 - $json[\"count\"]}}"
2022-06-21 21:00:40 +00:00
}
]
},
2022-06-22 21:00:33 +00:00
"options": {
"dotNotation": true
}
2022-06-21 21:00:40 +00:00
},
"name": "recount rokoss",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
2022-06-22 21:00:33 +00:00
1040,
520
2022-08-03 21:00:21 +00:00
],
"id": "84aea127-5fca-459a-8c91-86ca8852f51f"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "data",
"cssSelector": "li",
"returnArray": true
}
]
},
"options": {}
},
"name": "HTML Extract",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
220,
840
2022-08-03 21:00:21 +00:00
],
"id": "fdf67772-6a9c-4a35-bfb6-b673b3158161"
2022-06-21 21:00:40 +00:00
},
2022-06-22 21:00:33 +00:00
{
"parameters": {
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"returnAll": true,
"additionalOptions": {
"filter": {
"filterProperties": [
{
"field": "address",
2022-06-23 21:00:30 +00:00
"values": "вул. Красносільського 59а"
2022-06-22 21:00:33 +00:00
}
]
}
}
},
"name": "masani1",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
480,
1000
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "062e33c6-c121-4721-a587-fa9388fe230b"
2022-06-22 21:00:33 +00:00
},
{
"parameters": {
"mode": "removeKeyMatches",
"propertyName1": "count",
"propertyName2": "count"
},
"name": "Merge",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
780,
1320
2022-08-03 21:00:21 +00:00
],
"id": "3814ab45-2c3c-46e3-8773-d73c17a0c673"
2022-06-22 21:00:33 +00:00
},
2022-06-21 21:00:40 +00:00
{
"parameters": {
"values": {
"number": [
{
"name": "recount",
2022-07-11 21:00:41 +00:00
"value": "={{24 - $json[\"count\"]}}"
2022-06-21 21:00:40 +00:00
}
]
},
"options": {}
},
2022-06-22 21:00:33 +00:00
"name": "recount masani",
2022-06-21 21:00:40 +00:00
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
2022-07-13 21:00:22 +00:00
1040,
2022-06-21 21:00:40 +00:00
860
2022-08-03 21:00:21 +00:00
],
"id": "1958510c-2b47-4258-a4a9-d0d279107be5"
2022-06-21 21:00:40 +00:00
},
2022-06-22 21:00:33 +00:00
{
"parameters": {
"values": {
"number": [
{
"name": "recount",
2022-06-27 21:00:30 +00:00
"value": "={{24 - $json[\"count\"]}}"
2022-06-22 21:00:33 +00:00
}
]
},
"options": {}
},
"name": "recount prospect",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
1020,
1300
2022-08-03 21:00:21 +00:00
],
"id": "75a8e139-d012-4205-9b9c-052ab7bdbf91"
2022-06-22 21:00:33 +00:00
},
2022-06-21 21:00:40 +00:00
{
"parameters": {
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"returnAll": true,
"additionalOptions": {
"filter": {
"filterProperties": [
{
"field": "address",
2022-06-22 21:00:33 +00:00
"values": "Проспект Перемоги 39"
2022-06-21 21:00:40 +00:00
}
]
}
}
},
2022-06-22 21:00:33 +00:00
"name": "prospect1",
2022-06-21 21:00:40 +00:00
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
2022-06-22 21:00:33 +00:00
460,
1460
2022-06-21 21:00:40 +00:00
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "2d879493-5efc-47d6-baf0-ab2564ee3eb2"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"graphApiVersion": "v13.0",
"node": "me",
"edge": "accounts",
"options": {}
},
2022-06-22 21:00:33 +00:00
"name": "Get Pages3",
2022-06-21 21:00:40 +00:00
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-11 21:00:41 +00:00
-340,
1820
2022-06-21 21:00:40 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "8342878e-68de-42b1-929a-7ece8367f0c2"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"fieldToSplitOut": "data",
"options": {}
},
2022-06-22 21:00:33 +00:00
"name": "Split Pages3",
2022-06-21 21:00:40 +00:00
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
2022-07-11 21:00:41 +00:00
-140,
1820
2022-08-03 21:00:21 +00:00
],
"id": "911b28e3-6f2c-4a6f-87de-3f69d0989f71"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"id\"]}}",
"value2": "105101524930750"
}
]
}
},
2022-06-22 21:00:33 +00:00
"name": "Is Tom Travels?3",
2022-06-21 21:00:40 +00:00
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
2022-07-11 21:00:41 +00:00
60,
1820
2022-08-03 21:00:21 +00:00
],
"id": "10ca9dc9-6c5a-473f-af36-86a459923acc"
2022-06-21 21:00:40 +00:00
},
{
"parameters": {
"httpRequestMethod": "POST",
"graphApiVersion": "v13.0",
2022-06-22 21:00:33 +00:00
"node": "={{$json[\"id\"]}}",
"edge": "feed",
2022-06-21 21:00:40 +00:00
"options": {
2022-06-22 21:00:33 +00:00
"queryParameters": {
"parameter": [
{
"name": "message",
"value": "=Продовжується запис на навчання за адресою: \n{{$node[\"prospect1\"].json[\"address\"]}}\nПочаток занятть: {{$node[\"prospect1\"].json[\"date_ua\"]}}\nЗалишилося місць: {{$node[\"recount prospect\"].json[\"recount\"]}}"
},
{
"name": "access_token",
"value": "={{$json[\"access_token\"]}}"
},
{
"name": "link",
"value": "https://avtomoto25.cn.ua/booking/"
},
{
"name": "og_action_type_id",
"value": "383634835006146"
},
{
"name": "og_object_id",
"value": "387919524627259"
}
]
}
2022-06-21 21:00:40 +00:00
}
},
2022-06-22 21:00:33 +00:00
"name": "Facebook Graph API6",
2022-06-21 21:00:40 +00:00
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-11 21:00:41 +00:00
360,
1820
2022-06-22 21:00:33 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "62510211-8764-41b8-9129-923037d06fa0"
2022-06-22 21:00:33 +00:00
},
2022-06-23 21:00:30 +00:00
{
"parameters": {
"resource": "file",
"binaryPropertyName": "=data",
"path": "/var/www/html/driving_school/wp-content/uploads/",
"options": {
"fileName": "count_banner_masani.jpg"
}
},
"name": "SSH2",
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2500,
2022-07-11 21:00:41 +00:00
840
2022-06-23 21:00:30 +00:00
],
"credentials": {
"sshPassword": {
"id": "14",
"name": "SSH Password account"
}
2022-08-03 21:00:21 +00:00
},
"id": "f9fd935e-1b65-404d-9fce-f923ca4d437a"
2022-06-23 21:00:30 +00:00
},
{
"parameters": {
"httpRequestMethod": "POST",
2022-07-11 21:00:41 +00:00
"graphApiVersion": "v14.0",
2022-06-23 21:00:30 +00:00
"node": "={{$json[\"id\"]}}",
"edge": "photos",
"options": {
"queryParameters": {
"parameter": [
{
"name": "access_token",
"value": "={{$json[\"access_token\"]}}"
},
{
"name": "url",
"value": "https://avtomoto25.cn.ua/wp-content/uploads/count_banner_masani.jpg"
},
{
"name": "caption",
2022-06-29 21:00:55 +00:00
"value": "=⏱ Продовжується набір в групу за адресою вул. Красносільського 59а\nДля реєстрації на навчання в нашій автошколі \nзаповніть форму 🎯 https://avtomoto25.cn.ua/booking/\nабо телефонуйте ☎️ +380735650500 ☎️ +380965650500"
2022-06-23 21:00:30 +00:00
}
]
}
}
},
"name": "Facebook Graph API3",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
3220,
2022-07-11 21:00:41 +00:00
840
2022-06-23 21:00:30 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "f64d09ce-4a9b-4382-af77-b974a9ea3cc8"
2022-06-23 21:00:30 +00:00
},
{
"parameters": {
2022-07-13 21:00:22 +00:00
"graphApiVersion": "v14.0",
2022-06-23 21:00:30 +00:00
"node": "me",
"edge": "accounts",
"options": {}
},
"name": "Get Pages4",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2660,
2022-07-11 21:00:41 +00:00
840
2022-06-23 21:00:30 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "ceb91900-090c-4d54-855b-6df2d3f693cc"
2022-06-23 21:00:30 +00:00
},
{
"parameters": {
"fieldToSplitOut": "data",
"options": {}
},
"name": "Split Pages4",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2840,
2022-07-11 21:00:41 +00:00
840
2022-08-03 21:00:21 +00:00
],
"id": "07147aed-2c0f-449d-b4e9-3580b57a5363"
2022-06-23 21:00:30 +00:00
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"id\"]}}",
"value2": "105101524930750"
}
]
}
},
"name": "Is Tom Travels?4",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
3000,
2022-07-11 21:00:41 +00:00
840
2022-08-03 21:00:21 +00:00
],
"id": "e7abf898-4d05-422d-a702-8511c07fe900"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"resource": "file",
"binaryPropertyName": "=data",
"path": "/var/www/html/driving_school/wp-content/uploads/",
"options": {
"fileName": "count_banner_rokoss.jpg"
}
},
"name": "SSH",
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
2560,
160
2022-06-27 21:00:30 +00:00
],
"credentials": {
"sshPassword": {
"id": "14",
"name": "SSH Password account"
}
2022-08-03 21:00:21 +00:00
},
"id": "96bdff4a-9ba9-4a73-89b4-0d7741ec3bb9"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"httpRequestMethod": "POST",
"graphApiVersion": "v13.0",
"node": "={{$json[\"id\"]}}",
"edge": "photos",
"options": {
"queryParameters": {
"parameter": [
{
"name": "access_token",
"value": "={{$json[\"access_token\"]}}"
},
{
"name": "url",
"value": "https://avtomoto25.cn.ua/wp-content/uploads/count_banner_rokoss.jpg"
},
{
"name": "caption",
2022-06-29 21:00:55 +00:00
"value": "=⏱ Продовжується набір в групу за адресою вул. Рокосовського 51\nДля реєстрації на навчання в нашій автошколі \nзаповніть форму 🎯 https://avtomoto25.cn.ua/booking/\nабо телефонуйте ☎️ +380735650500 ☎️ +380965650500"
2022-06-27 21:00:30 +00:00
}
]
}
}
},
"name": "Facebook Graph API8",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
3280,
160
2022-06-27 21:00:30 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "534a2f75-ff96-4b52-9055-3effdf026e8e"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"graphApiVersion": "v13.0",
"node": "me",
"edge": "accounts",
"options": {}
},
"name": "Get Pages5",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
2720,
160
2022-06-27 21:00:30 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "14993e7d-960a-499f-ad51-8978478ba594"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"fieldToSplitOut": "data",
"options": {}
},
"name": "Split Pages5",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
2900,
160
2022-08-03 21:00:21 +00:00
],
"id": "21bc7fe7-ddaf-4a70-b2e2-2085a34a312e"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"id\"]}}",
"value2": "105101524930750"
}
]
}
},
"name": "Is Tom Travels?5",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
3060,
160
2022-08-03 21:00:21 +00:00
],
"id": "6dbdc756-a86c-45de-9dd2-c86b1c4a1494"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"resource": "file",
"binaryPropertyName": "=data",
"path": "/var/www/html/driving_school/wp-content/uploads/",
"options": {
"fileName": "count_banner_prospect.jpg"
}
},
"name": "SSH3",
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2500,
2022-07-11 21:00:41 +00:00
1300
2022-06-27 21:00:30 +00:00
],
"credentials": {
"sshPassword": {
"id": "14",
"name": "SSH Password account"
}
2022-08-03 21:00:21 +00:00
},
"id": "34654427-bd5a-45bc-b323-0c337645fd34"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"httpRequestMethod": "POST",
"graphApiVersion": "v13.0",
"node": "={{$json[\"id\"]}}",
"edge": "photos",
"options": {
"queryParameters": {
"parameter": [
{
"name": "access_token",
"value": "={{$json[\"access_token\"]}}"
},
{
"name": "url",
"value": "https://avtomoto25.cn.ua/wp-content/uploads/count_banner_prospect.jpg"
},
{
"name": "caption",
2022-06-29 21:00:55 +00:00
"value": "=⏱ Продовжується набір в групу за адресою Проспект Перемоги 39\nДля реєстрації на навчання в нашій автошколі \nзаповніть форму 🎯 https://avtomoto25.cn.ua/booking/\nабо телефонуйте ☎️ +380735650500 ☎️ +380965650500"
2022-06-27 21:00:30 +00:00
}
]
}
}
},
"name": "Facebook Graph API9",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
3220,
2022-07-11 21:00:41 +00:00
1300
2022-06-27 21:00:30 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "d7f972d6-aa32-49a1-8bcc-a3cb729bbebe"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"graphApiVersion": "v13.0",
"node": "me",
"edge": "accounts",
"options": {}
},
"name": "Get Pages6",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2660,
2022-07-11 21:00:41 +00:00
1300
2022-06-27 21:00:30 +00:00
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "84c5d08a-cb74-44b5-bfba-df34df9beb21"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"fieldToSplitOut": "data",
"options": {}
},
"name": "Split Pages6",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2840,
2022-07-11 21:00:41 +00:00
1300
2022-08-03 21:00:21 +00:00
],
"id": "efca29b8-2926-438f-8146-86cbc0ed60df"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"id\"]}}",
"value2": "105101524930750"
}
]
}
},
"name": "Is Tom Travels?6",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
3000,
2022-07-11 21:00:41 +00:00
1300
2022-08-03 21:00:21 +00:00
],
"id": "fd4eb1f0-5f11-4602-9d03-23211869e069"
2022-06-27 21:00:30 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "text",
"text": "Проспект Перемоги 39",
"fontSize": 56,
2022-07-11 21:00:41 +00:00
"fontColor": "#FFFFFF",
2022-07-12 21:00:41 +00:00
"positionX": 530,
2022-07-11 21:00:41 +00:00
"positionY": 580,
2022-06-27 21:00:30 +00:00
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "=Залишилось\nмісць",
"fontSize": 100,
"fontColor": "#FFFFFF",
2022-07-11 21:00:41 +00:00
"positionY": 140,
2022-06-27 21:00:30 +00:00
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
2022-07-11 21:00:41 +00:00
"text": "={{$node[\"recount prospect\"].json[\"recount\"]}}!",
"fontSize": 300,
2022-06-27 21:00:30 +00:00
"fontColor": "#FF0000",
2022-07-11 21:00:41 +00:00
"positionX": 750,
"positionY": 300,
2022-06-27 21:00:30 +00:00
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
}
]
},
"options": {
"format": "jpeg"
}
},
"name": "Edit Image2",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2320,
2022-07-11 21:00:41 +00:00
1300
2022-08-03 21:00:21 +00:00
],
"id": "dca8f819-68b2-475f-ba27-480b57c29d21"
2022-06-21 21:00:40 +00:00
},
2022-06-29 21:00:55 +00:00
{
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$json[\"recount\"]}}",
2022-07-13 21:00:22 +00:00
"value2": 24
2022-06-29 21:00:55 +00:00
}
]
}
},
"name": "IF1",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
2022-07-13 21:00:22 +00:00
1220,
2022-07-11 21:00:41 +00:00
860
2022-08-03 21:00:21 +00:00
],
"id": "9defa2ca-1a80-4d8c-9a14-4dcda72c6e2a"
2022-06-21 21:00:40 +00:00
},
2022-06-29 21:00:55 +00:00
{
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$json[\"recount\"]}}",
"value2": 24
}
]
}
},
"name": "IF2",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
2022-07-11 21:00:41 +00:00
1220,
1300
2022-08-03 21:00:21 +00:00
],
"id": "ea5d177a-0941-4d94-81fe-57c61a3830bf"
2022-06-21 21:00:40 +00:00
},
2022-06-29 21:00:55 +00:00
{
"parameters": {
"value1": "={{$json[\"recount\"]}}",
"rules": {
"rules": [
{
2022-07-22 21:00:26 +00:00
"operation": "equal",
"output": 1
2022-06-29 21:00:55 +00:00
},
{
2022-07-22 21:00:26 +00:00
"operation": "largerEqual",
"value2": 1
2022-06-29 21:00:55 +00:00
}
]
},
"fallbackOutput": 3
},
"name": "Switch",
"type": "n8n-nodes-base.switch",
"typeVersion": 1,
"position": [
2022-07-13 21:00:22 +00:00
1220,
520
2022-07-22 21:00:26 +00:00
],
"notesInFlow": true,
2022-08-03 21:00:21 +00:00
"notes": "0 - продолжаем набор\n1 - набор завершен",
"id": "051ec239-0ef8-4e69-8608-291f156231f0"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"url": "={{$json[\"urls\"][\"full\"]}}",
"responseFormat": "file",
"options": {}
},
"name": "HTTP Request1",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1640,
1300
2022-08-03 21:00:21 +00:00
],
"id": "95118061-da16-4af8-9dcd-1d0fb2019580"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"url": "https://avtomoto25.cn.ua/wp-content/uploads/logo_banner.png",
"responseFormat": "file",
"dataPropertyName": "data2",
"options": {}
},
"name": "HTTP Request7",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1800,
1460
2022-08-03 21:00:21 +00:00
],
"id": "d99e6229-d205-41f5-b50d-4896073065b6"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"mode": "mergeByIndex",
"join": "inner"
},
"name": "Merge1",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
2000,
1300
2022-08-03 21:00:21 +00:00
],
"id": "31112bc5-2709-4e87-98e4-7201a35dee40"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "resize",
"width": 1200,
"height": -1,
"resizeOption": "onlyIfLarger"
},
{
"operation": "draw",
"color": "#000000b2",
"startPositionX": 25,
"startPositionY": 25,
"endPositionX": 1175,
"endPositionY": 605
},
{
"operation": "crop",
"width": 1200,
"height": 630
}
]
},
"options": {}
},
"name": "Edit Image3",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
1800,
1300
2022-08-03 21:00:21 +00:00
],
"id": "3b895a0e-6dca-4ab6-8cf9-1eba39b6d781"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"operation": "composite",
"dataPropertyNameComposite": "data2",
"operator": "Plus",
"positionX": 50,
"positionY": 330,
"options": {}
},
"name": "Edit Image4",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2160,
2022-07-11 21:00:41 +00:00
1300
2022-08-03 21:00:21 +00:00
],
"id": "084909bb-0c67-4aa6-87ef-e11751f37b0c"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"url": "https://api.unsplash.com/photos/random?query=driving",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "Authorization",
"value": "Client-ID SU9IXaIjfJXqKqJ1NM1zgkSjuxLVhVXICfIdWEWvUPM"
}
]
},
"queryParametersUi": {
"parameter": [
{
"name": "orientation",
"value": "landscape"
}
]
}
},
"name": "HTTP Request8",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1460,
1300
2022-08-03 21:00:21 +00:00
],
"id": "64eaba0e-e115-4658-bc0e-96d3320574a8"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"url": "={{$json[\"urls\"][\"full\"]}}",
"responseFormat": "file",
"options": {}
},
"name": "HTTP Request9",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1620,
840
2022-08-03 21:00:21 +00:00
],
"id": "c5105449-c7e7-485a-a239-c7c0824fb12a"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"url": "https://avtomoto25.cn.ua/wp-content/uploads/logo_banner.png",
"responseFormat": "file",
"dataPropertyName": "data2",
"options": {}
},
"name": "HTTP Request10",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1800,
1020
2022-08-03 21:00:21 +00:00
],
"id": "ebd5048d-a9c6-42aa-87ab-0a27bb24c2cf"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"mode": "mergeByIndex",
"join": "inner"
},
"name": "Merge2",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
1980,
2022-07-11 21:00:41 +00:00
840
2022-08-03 21:00:21 +00:00
],
"id": "b7b07a34-6428-4bc8-910d-9ac1492281c2"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "resize",
"width": 1200,
"height": -1,
"resizeOption": "onlyIfLarger"
},
{
"operation": "draw",
"color": "#00000099",
"startPositionX": 25,
"startPositionY": 25,
"endPositionX": 1175,
"endPositionY": 605
},
{
"operation": "crop",
"width": 1200,
"height": 630
}
]
},
"options": {}
},
"name": "Edit Image5",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
1800,
840
2022-08-03 21:00:21 +00:00
],
"id": "0e92e8f0-0895-4b28-a31f-e0f719fba92a"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"operation": "composite",
"dataPropertyNameComposite": "data2",
"operator": "Plus",
"positionX": 50,
"positionY": 330,
"options": {}
},
"name": "Edit Image6",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2140,
2022-07-11 21:00:41 +00:00
840
2022-08-03 21:00:21 +00:00
],
"id": "dee51669-bc2d-4bcd-b784-d25bb7c03c39"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"url": "https://api.unsplash.com/photos/random?query=driving",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "Authorization",
"value": "Client-ID SU9IXaIjfJXqKqJ1NM1zgkSjuxLVhVXICfIdWEWvUPM"
}
]
},
"queryParametersUi": {
"parameter": [
{
"name": "orientation",
"value": "landscape"
}
]
}
},
"name": "HTTP Request11",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1440,
840
2022-08-03 21:00:21 +00:00
],
"id": "45eb192f-3dbc-4dfa-9ef7-d690ed32904c"
2022-07-11 21:00:41 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "text",
"text": "вул. Красносільського 59а",
"fontSize": 56,
"fontColor": "#FFFFFF",
"positionX": 420,
"positionY": 580,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "=Залишилось\nмісць",
"fontSize": 100,
"fontColor": "#FFFFFF",
"positionY": 140,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "={{$node[\"recount masani\"].json[\"recount\"]}}!",
"fontSize": 300,
"fontColor": "#FF0000",
"positionX": 750,
"positionY": 300,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
}
]
},
"options": {
"format": "jpeg"
}
},
"name": "Edit Image9",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-12 21:00:41 +00:00
2320,
2022-07-11 21:00:41 +00:00
840
2022-08-03 21:00:21 +00:00
],
"id": "152a1418-43c1-4620-8a40-0353deb61209"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"url": "={{$json[\"urls\"][\"full\"]}}",
"responseFormat": "file",
"options": {}
},
"name": "HTTP Request12",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
2022-07-22 21:00:26 +00:00
1680,
160
2022-08-03 21:00:21 +00:00
],
"id": "4f80baf9-7179-4e0f-910d-3894c39e72ff"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"url": "https://avtomoto25.cn.ua/wp-content/uploads/logo_banner.png",
"responseFormat": "file",
"dataPropertyName": "data2",
"options": {}
},
"name": "HTTP Request13",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
2022-07-22 21:00:26 +00:00
1860,
320
2022-08-03 21:00:21 +00:00
],
"id": "e1c3d32a-8756-4423-bbaa-3931bf2d733e"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"mode": "mergeByIndex",
"join": "inner"
},
"name": "Merge5",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
2020,
160
2022-08-03 21:00:21 +00:00
],
"id": "2168fcb3-af7c-4354-92d7-36a07406a64e"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "resize",
"width": 1200,
"height": -1,
"resizeOption": "onlyIfLarger"
},
{
"operation": "draw",
"color": "#00000099",
"startPositionX": 25,
"startPositionY": 25,
"endPositionX": 1175,
"endPositionY": 605
},
{
"operation": "crop",
"width": 1200,
"height": 630
}
]
},
"options": {}
},
"name": "Edit Image",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
1860,
160
2022-08-03 21:00:21 +00:00
],
"id": "b2114ccf-514b-45d0-af43-9546a1a744c3"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"operation": "composite",
"dataPropertyNameComposite": "data2",
"operator": "Plus",
"positionX": 50,
"positionY": 330,
"options": {}
},
"name": "Edit Image7",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
2200,
160
2022-08-03 21:00:21 +00:00
],
"id": "e4ffff86-cb98-4d99-b9f0-46a548905b57"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"url": "https://api.unsplash.com/photos/random?query=driving",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "Authorization",
"value": "Client-ID SU9IXaIjfJXqKqJ1NM1zgkSjuxLVhVXICfIdWEWvUPM"
}
]
},
"queryParametersUi": {
"parameter": [
{
"name": "orientation",
"value": "landscape"
}
]
}
},
"name": "HTTP Request14",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
2022-07-22 21:00:26 +00:00
1500,
160
2022-08-03 21:00:21 +00:00
],
"id": "42a0036d-a34c-4a9c-b59d-8e9717466968"
2022-07-12 21:00:41 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "text",
"text": "вул. Рокосовського 51",
"fontSize": 56,
"fontColor": "#FFFFFF",
"positionX": 550,
"positionY": 580,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "=Залишилось\nмісць",
"fontSize": 100,
"fontColor": "#FFFFFF",
"positionY": 140,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "={{$node[\"recount rokoss\"].json[\"recount\"]}}!",
"fontSize": 300,
"fontColor": "#FF0000",
"positionX": 750,
"positionY": 300,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
}
]
},
"options": {
"format": "jpeg"
}
},
"name": "Edit Image10",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2022-07-22 21:00:26 +00:00
2380,
160
2022-08-03 21:00:21 +00:00
],
"id": "74ebfd56-9ead-413b-a4cc-d60720aeb9a0"
2022-07-13 21:00:22 +00:00
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"number": [
{
"name": "count",
"value": "={{$json[\"data\"][1]}}"
}
]
},
"options": {
"dotNotation": true
}
},
"name": "Set masani",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
480,
840
2022-08-03 21:00:21 +00:00
],
"id": "c6df95f4-cdbd-484b-bcb0-065238570d56"
2022-07-13 21:00:22 +00:00
},
{
"parameters": {
"operation": "update",
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"rowId": "2",
"fieldsToSend": {
"properties": [
{
"fieldId": "count",
"fieldValue": "={{$json[\"count\"]}}"
}
]
}
},
"name": "masani",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
1040,
1040
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "6e6fb0e9-b015-4b44-ad05-a59444ccabaa"
2022-07-13 21:00:22 +00:00
},
{
"parameters": {
"mode": "removeKeyMatches",
"propertyName1": "count",
"propertyName2": "count"
},
"name": "Merge4",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
780,
880
2022-08-03 21:00:21 +00:00
],
"id": "199e3833-7c26-41a9-b3ea-9469278d6380"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"resource": "file",
"binaryPropertyName": "=data",
"path": "/var/www/html/driving_school/wp-content/uploads/",
"options": {
"fileName": "count_banner_rokoss.jpg"
}
},
"name": "SSH1",
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
2560,
500
],
"credentials": {
"sshPassword": {
"id": "14",
"name": "SSH Password account"
}
2022-08-03 21:00:21 +00:00
},
"id": "d5fcf05f-d776-41d9-b8d8-e47e8d859e1f"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"httpRequestMethod": "POST",
"graphApiVersion": "v14.0",
"node": "={{$json[\"id\"]}}",
"edge": "photos",
"options": {
"queryParameters": {
"parameter": [
{
"name": "access_token",
"value": "={{$json[\"access_token\"]}}"
},
{
"name": "url",
"value": "https://avtomoto25.cn.ua/wp-content/uploads/count_banner_rokoss.jpg"
},
{
"name": "caption",
"value": "=⏱ Завершено набір в групу за адресою вул. Рокосовського 51\nНова дата початку занять буде оголошена пізніше. \nТелефони для довідок ☎️ +380735650500 ☎️ +380965650500"
}
]
}
}
},
"name": "Facebook Graph API10",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
3280,
500
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "e4fb8522-f238-4935-8483-10adb2ed1b0d"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"graphApiVersion": "v13.0",
"node": "me",
"edge": "accounts",
"options": {}
},
"name": "Get Pages",
"type": "n8n-nodes-base.facebookGraphApi",
"typeVersion": 1,
"position": [
2720,
500
],
"credentials": {
"facebookGraphApi": {
"id": "36",
"name": "Facebook Graph account"
}
2022-08-03 21:00:21 +00:00
},
"id": "b99723a8-0ac1-4fec-8ca0-def1477f2d56"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"fieldToSplitOut": "data",
"options": {}
},
"name": "Split Pages",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
2900,
500
2022-08-03 21:00:21 +00:00
],
"id": "6133d5db-df51-47a3-9406-eff4cc4b5e3a"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"id\"]}}",
"value2": "105101524930750"
}
]
}
},
"name": "Is Tom Travels?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
3060,
500
2022-08-03 21:00:21 +00:00
],
"id": "7a0b1a2b-fe23-46b1-afaa-327155730438"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"url": "={{$json[\"urls\"][\"full\"]}}",
"responseFormat": "file",
"options": {}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1680,
500
2022-08-03 21:00:21 +00:00
],
"id": "a3803a46-b147-4b75-822d-aa409e09afc8"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"url": "https://avtomoto25.cn.ua/wp-content/uploads/logo_banner.png",
"responseFormat": "file",
"dataPropertyName": "data2",
"options": {}
},
"name": "HTTP Request15",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1860,
660
2022-08-03 21:00:21 +00:00
],
"id": "d3a13c31-a4f6-4082-b31e-dbb284ce7769"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"mode": "mergeByIndex",
"join": "inner"
},
"name": "Merge6",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
2020,
500
2022-08-03 21:00:21 +00:00
],
"id": "ff5c8616-993b-4db7-8c65-44aa671d6509"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "resize",
"width": 1200,
"height": -1,
"resizeOption": "onlyIfLarger"
},
{
"operation": "draw",
"color": "#00000099",
"startPositionX": 25,
"startPositionY": 25,
"endPositionX": 1175,
"endPositionY": 605
},
{
"operation": "crop",
"width": 1200,
"height": 630
}
]
},
"options": {}
},
"name": "Edit Image1",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
1860,
500
2022-08-03 21:00:21 +00:00
],
"id": "219bae32-a0cc-4ea4-9c35-41b2501e2845"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"operation": "composite",
"dataPropertyNameComposite": "data2",
"operator": "Plus",
"positionX": 50,
"positionY": 330,
"options": {}
},
"name": "Edit Image8",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2200,
500
2022-08-03 21:00:21 +00:00
],
"id": "58941fe3-3fb1-4bfb-bd9b-02b35437816d"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"url": "https://api.unsplash.com/photos/random?query=driving",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "Authorization",
"value": "Client-ID SU9IXaIjfJXqKqJ1NM1zgkSjuxLVhVXICfIdWEWvUPM"
}
]
},
"queryParametersUi": {
"parameter": [
{
"name": "orientation",
"value": "landscape"
}
]
}
},
"name": "HTTP Request16",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
1500,
500
2022-08-03 21:00:21 +00:00
],
"id": "a460a92c-c7de-46b2-b584-4468e8dd323e"
2022-07-22 21:00:26 +00:00
},
{
"parameters": {
"operation": "multiStep",
"operations": {
"operations": [
{
"operation": "text",
"text": "вул. Рокосовського 51",
"fontSize": 56,
"fontColor": "#FFFFFF",
"positionX": 550,
"positionY": 580,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "=Набір\nзакінчено",
"fontSize": 100,
"fontColor": "#FFFFFF",
"positionY": 140,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
},
{
"operation": "text",
"text": "нова дата початку занять \nбуде оголошена пізніше",
"fontSize": 44,
"fontColor": "#CFCFCF",
"positionX": 550,
"positionY": 450,
"font": "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf"
}
]
},
"options": {
"format": "jpeg"
}
},
"name": "Edit Image11",
"type": "n8n-nodes-base.editImage",
"typeVersion": 1,
"position": [
2380,
500
2022-08-03 21:00:21 +00:00
],
"id": "cd4fb64e-0a3b-4287-a990-549278327e81"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"returnAll": true,
"additionalOptions": {}
},
"name": "masani2",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
-320,
140
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "1c2d5630-2c8c-4fcd-a9a0-11e9f2d9de3e"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"url": "={{$json[\"url\"]}}",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request5",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
-140,
140
2022-08-03 21:00:21 +00:00
],
"id": "3e057160-1d3f-4e6d-8e56-d4b879c000a5"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "data",
"cssSelector": "li",
"returnArray": true
2022-07-28 21:00:29 +00:00
},
{
"key": "class",
"cssSelector": "h1.title"
2022-07-27 21:00:31 +00:00
}
]
},
"options": {}
},
"name": "HTML Extract2",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
40,
140
2022-08-03 21:00:21 +00:00
],
"id": "e9fe8dea-d7e0-48b0-a75a-4d667bcba6dc"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"string": [
2022-07-28 21:00:29 +00:00
{
"name": "class",
"value": "={{$json[\"class\"]}}"
}
],
"number": [
2022-07-27 21:00:31 +00:00
{
"name": "count",
"value": "={{$json[\"data\"][1]}}"
}
]
},
2022-07-28 21:00:29 +00:00
"options": {}
2022-07-27 21:00:31 +00:00
},
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
240,
140
2022-08-03 21:00:21 +00:00
],
"id": "9785c6ab-4699-4589-8d03-f5ef3f5ababc"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"returnAll": true,
"additionalOptions": {}
},
"name": "get all",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
240,
300
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
2022-08-03 21:00:21 +00:00
},
"id": "0746a7ed-bfb0-4cb0-a16d-e2c941f8267a"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"values": {
"number": [
{
"name": "recount",
"value": "={{24 - $json[\"count\"]}}"
}
]
},
"options": {
"dotNotation": true
}
},
"name": "recount",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
800,
160
2022-08-03 21:00:21 +00:00
],
"id": "93f6ab63-69fa-4298-81c8-077c003369fe"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {
"operation": "update",
"docId": "tAuWNMisjXqyEkYudRcA2c",
"tableId": "Classrooms",
"rowId": "1",
"fieldsToSend": {
"properties": [
{
"fieldId": "count",
"fieldValue": "={{$json[\"count\"]}}"
}
]
}
},
"name": "rokoss",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
1160,
320
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
},
2022-08-03 21:00:21 +00:00
"disabled": true,
"id": "8a48f4c5-db6d-4fa3-911a-a622c7387991"
2022-07-27 21:00:31 +00:00
},
{
"parameters": {},
"name": "Switch1",
"type": "n8n-nodes-base.switch",
"typeVersion": 1,
"position": [
800,
360
2022-08-03 21:00:21 +00:00
],
"id": "ee0cbdf9-c604-4e8d-a04e-e890a91e4138"
2022-07-28 21:00:29 +00:00
},
{
"parameters": {
"mode": "removeKeyMatches",
"propertyName1": "count",
"propertyName2": "count"
},
"name": "Merge7",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
540,
220
2022-08-03 21:00:21 +00:00
],
"id": "c7287fbe-21d6-4768-877d-83bdc6b5b0a7"
2022-06-29 21:00:55 +00:00
}
],
"connections": {
2022-06-21 21:00:40 +00:00
"HTTP Request2": {
"main": [
[
{
"node": "HTML Extract1",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract1": {
"main": [
[
{
"node": "Set2",
"type": "main",
"index": 0
}
]
]
},
"Set2": {
"main": [
[
{
"node": "Merge3",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request3": {
"main": [
[
{
"node": "HTML Extract",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request4": {
"main": [
[
{
"node": "HTML Extract3",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract3": {
"main": [
[
{
"node": "Set4",
"type": "main",
"index": 0
}
]
]
},
"Set4": {
"main": [
[
{
2022-06-22 21:00:33 +00:00
"node": "Merge",
2022-06-21 21:00:40 +00:00
"type": "main",
"index": 0
}
]
]
},
"Cron": {
"main": [
[
{
2022-07-28 21:00:29 +00:00
"node": "masani2",
2022-06-21 21:00:40 +00:00
"type": "main",
"index": 0
},
{
2022-07-28 21:00:29 +00:00
"node": "HTTP Request2",
2022-06-21 21:00:40 +00:00
"type": "main",
"index": 0
2022-06-22 21:00:33 +00:00
},
{
2022-07-28 21:00:29 +00:00
"node": "HTTP Request3",
2022-06-22 21:00:33 +00:00
"type": "main",
"index": 0
2022-07-27 21:00:31 +00:00
},
{
2022-07-28 21:00:29 +00:00
"node": "HTTP Request4",
2022-07-27 21:00:31 +00:00
"type": "main",
"index": 0
2022-06-21 21:00:40 +00:00
}
]
]
},
"Merge3": {
"main": [
[
{
"node": "rokoss2",
"type": "main",
"index": 0
},
{
"node": "recount rokoss",
"type": "main",
"index": 0
}
]
]
},
"rokoss1": {
"main": [
[
{
"node": "Merge3",
"type": "main",
"index": 1
}
]
]
},
"HTML Extract": {
2022-06-19 21:00:54 +00:00
"main": [
[
{
2022-07-13 21:00:22 +00:00
"node": "Set masani",
2022-06-19 21:00:54 +00:00
"type": "main",
"index": 0
}
]
]
},
2022-06-21 21:00:40 +00:00
"masani1": {
2022-06-19 21:00:54 +00:00
"main": [
[
{
2022-06-21 21:00:40 +00:00
"node": "Merge4",
"type": "main",
"index": 1
}
]
]
},
2022-06-22 21:00:33 +00:00
"Merge": {
"main": [
[
{
"node": "prospect",
"type": "main",
"index": 0
},
{
"node": "recount prospect",
"type": "main",
"index": 0
}
]
]
},
"prospect1": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Get Pages3": {
"main": [
[
{
"node": "Split Pages3",
"type": "main",
"index": 0
}
]
]
},
"Split Pages3": {
"main": [
[
{
"node": "Is Tom Travels?3",
"type": "main",
"index": 0
}
]
]
},
"Is Tom Travels?3": {
"main": [
[
{
"node": "Facebook Graph API6",
"type": "main",
"index": 0
}
]
]
},
"recount prospect": {
"main": [
[
{
2022-06-29 21:00:55 +00:00
"node": "IF2",
2022-06-22 21:00:33 +00:00
"type": "main",
"index": 0
}
]
2022-06-21 21:00:40 +00:00
]
2022-06-23 21:00:30 +00:00
},
"SSH2": {
"main": [
[
{
"node": "Get Pages4",
"type": "main",
"index": 0
}
]
]
},
"Get Pages4": {
"main": [
[
{
"node": "Split Pages4",
"type": "main",
"index": 0
}
]
]
},
"Split Pages4": {
"main": [
[
{
"node": "Is Tom Travels?4",
"type": "main",
"index": 0
}
]
]
},
"Is Tom Travels?4": {
"main": [
[
{
"node": "Facebook Graph API3",
"type": "main",
"index": 0
}
]
]
},
"recount masani": {
"main": [
[
{
2022-06-29 21:00:55 +00:00
"node": "IF1",
2022-06-23 21:00:30 +00:00
"type": "main",
"index": 0
}
]
]
},
2022-06-27 21:00:30 +00:00
"SSH": {
"main": [
[
{
"node": "Get Pages5",
"type": "main",
"index": 0
}
]
]
},
"Get Pages5": {
"main": [
[
{
"node": "Split Pages5",
"type": "main",
"index": 0
}
]
]
},
"Split Pages5": {
"main": [
[
{
"node": "Is Tom Travels?5",
"type": "main",
"index": 0
}
]
]
},
"Is Tom Travels?5": {
"main": [
[
{
"node": "Facebook Graph API8",
"type": "main",
"index": 0
}
]
]
},
"recount rokoss": {
"main": [
[
{
2022-06-29 21:00:55 +00:00
"node": "Switch",
2022-06-27 21:00:30 +00:00
"type": "main",
"index": 0
}
]
]
},
"SSH3": {
"main": [
[
{
"node": "Get Pages6",
"type": "main",
"index": 0
}
]
]
},
"Get Pages6": {
"main": [
[
{
"node": "Split Pages6",
"type": "main",
"index": 0
}
]
]
},
"Split Pages6": {
"main": [
[
{
"node": "Is Tom Travels?6",
"type": "main",
"index": 0
}
]
]
},
"Is Tom Travels?6": {
"main": [
[
{
"node": "Facebook Graph API9",
"type": "main",
"index": 0
}
]
]
},
"Edit Image2": {
"main": [
[
{
"node": "SSH3",
"type": "main",
"index": 0
}
]
]
2022-06-29 21:00:55 +00:00
},
"IF1": {
"main": [
[
{
2022-07-11 21:00:41 +00:00
"node": "HTTP Request11",
2022-06-29 21:00:55 +00:00
"type": "main",
"index": 0
}
]
]
},
"IF2": {
"main": [
[
{
2022-07-11 21:00:41 +00:00
"node": "HTTP Request8",
2022-06-29 21:00:55 +00:00
"type": "main",
"index": 0
}
]
]
},
"Switch": {
"main": [
[
{
2022-07-12 21:00:41 +00:00
"node": "HTTP Request14",
2022-06-29 21:00:55 +00:00
"type": "main",
"index": 0
}
2022-07-22 21:00:26 +00:00
],
[
{
"node": "HTTP Request16",
"type": "main",
"index": 0
}
2022-06-29 21:00:55 +00:00
]
]
2022-07-11 21:00:41 +00:00
},
"HTTP Request1": {
"main": [
[
{
"node": "Edit Image3",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request7": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 1
}
]
]
},
"Merge1": {
"main": [
[
{
"node": "Edit Image4",
"type": "main",
"index": 0
}
]
]
},
"Edit Image3": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 0
}
]
]
},
"Edit Image4": {
"main": [
[
{
"node": "Edit Image2",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request8": {
"main": [
[
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request9": {
"main": [
[
{
"node": "Edit Image5",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request10": {
"main": [
[
{
"node": "Merge2",
"type": "main",
"index": 1
}
]
]
},
"Merge2": {
"main": [
[
{
"node": "Edit Image6",
"type": "main",
"index": 0
}
]
]
},
"Edit Image5": {
"main": [
[
{
"node": "Merge2",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request11": {
"main": [
[
{
"node": "HTTP Request9",
"type": "main",
"index": 0
}
]
]
},
"Edit Image6": {
"main": [
[
{
"node": "Edit Image9",
"type": "main",
"index": 0
}
]
]
},
"Edit Image9": {
"main": [
[
{
"node": "SSH2",
"type": "main",
"index": 0
}
]
]
2022-07-12 21:00:41 +00:00
},
"HTTP Request12": {
"main": [
[
{
"node": "Edit Image",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request13": {
"main": [
[
{
"node": "Merge5",
"type": "main",
"index": 1
}
]
]
},
"Merge5": {
"main": [
[
{
"node": "Edit Image7",
"type": "main",
"index": 0
}
]
]
},
"Edit Image": {
"main": [
[
{
"node": "Merge5",
"type": "main",
"index": 0
}
]
]
},
"Edit Image7": {
"main": [
[
{
"node": "Edit Image10",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request14": {
"main": [
[
{
"node": "HTTP Request12",
"type": "main",
"index": 0
}
]
]
},
"Edit Image10": {
"main": [
[
{
"node": "SSH",
"type": "main",
"index": 0
}
]
]
2022-07-13 21:00:22 +00:00
},
"Set masani": {
"main": [
[
{
"node": "Merge4",
"type": "main",
"index": 0
}
]
]
},
"Merge4": {
"main": [
[
{
"node": "recount masani",
"type": "main",
"index": 0
},
{
"node": "masani",
"type": "main",
"index": 0
}
]
]
2022-07-22 21:00:26 +00:00
},
"SSH1": {
"main": [
[
{
"node": "Get Pages",
"type": "main",
"index": 0
}
]
]
},
"Get Pages": {
"main": [
[
{
"node": "Split Pages",
"type": "main",
"index": 0
}
]
]
},
"Split Pages": {
"main": [
[
{
"node": "Is Tom Travels?",
"type": "main",
"index": 0
}
]
]
},
"Is Tom Travels?": {
"main": [
[
{
"node": "Facebook Graph API10",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Edit Image1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request15": {
"main": [
[
{
"node": "Merge6",
"type": "main",
"index": 1
}
]
]
},
"Merge6": {
"main": [
[
{
"node": "Edit Image8",
"type": "main",
"index": 0
}
]
]
},
"Edit Image1": {
"main": [
[
{
"node": "Merge6",
"type": "main",
"index": 0
}
]
]
},
"Edit Image8": {
"main": [
[
{
"node": "Edit Image11",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request16": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Edit Image11": {
"main": [
[
{
"node": "SSH1",
"type": "main",
"index": 0
}
]
]
2022-07-27 21:00:31 +00:00
},
"masani2": {
"main": [
[
{
"node": "HTTP Request5",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request5": {
"main": [
[
{
"node": "HTML Extract2",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract2": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
2022-07-28 21:00:29 +00:00
"node": "Merge7",
2022-07-27 21:00:31 +00:00
"type": "main",
"index": 0
}
]
]
},
"get all": {
"main": [
[
{
2022-07-28 21:00:29 +00:00
"node": "Merge7",
2022-07-27 21:00:31 +00:00
"type": "main",
"index": 1
}
]
]
},
2022-07-28 21:00:29 +00:00
"Merge7": {
2022-07-27 21:00:31 +00:00
"main": [
[
{
"node": "recount",
"type": "main",
"index": 0
}
]
]
2022-06-19 21:00:54 +00:00
}
},
"createdAt": "2022-06-18T21:12:12.483Z",
2022-07-28 21:00:29 +00:00
"updatedAt": "2022-07-28T20:24:22.750Z",
2022-06-21 21:00:40 +00:00
"settings": {
"errorWorkflow": "25"
},
2022-06-19 21:00:54 +00:00
"staticData": null,
2022-07-22 21:00:26 +00:00
"pinData": {},
2022-06-19 21:00:54 +00:00
"tags": [
{
"id": "1",
"name": "avtomoto25",
"createdAt": "2022-05-10T18:06:30.022Z",
"updatedAt": "2022-05-10T18:06:30.022Z"
}
]
}