Files
n8n/flows/19.json

155 lines
3.1 KiB
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
2022-10-27 21:01:19 +00:00
"createdAt": "2022-05-10T18:18:51.319Z",
"updatedAt": "2022-08-23T17:06:13.494Z",
2022-05-26 20:57:30 +03:00
"id": 19,
"name": "facebook mesages",
2022-08-23 21:00:20 +00:00
"active": false,
2022-05-26 20:57:30 +03:00
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
2022-08-03 21:00:21 +00:00
],
"id": "8e052f1e-86d8-4a85-adb8-babfbd3e889a"
2022-05-26 20:57:30 +03:00
},
{
"parameters": {
"resource": "message",
"operation": "getAll",
"additionalFields": {
"labelIds": [
"Label_6702928953786997882"
]
}
},
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"typeVersion": 1,
"position": [
720,
380
],
"alwaysOutputData": false,
2022-08-23 21:00:20 +00:00
"id": "cb8030a4-a351-41c5-8d29-69811c917fc0",
2022-05-26 20:57:30 +03:00
"credentials": {
"gmailOAuth2": {
"id": "23",
"name": "Gmail account"
}
2022-08-23 21:00:20 +00:00
}
2022-05-26 20:57:30 +03:00
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyX",
"value": 5,
"unit": "minutes"
}
]
}
},
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
480,
380
2022-08-03 21:00:21 +00:00
],
"id": "ec988c76-8cd3-42cf-a614-f6a40ce29a5d"
2022-05-26 20:57:30 +03:00
},
{
"parameters": {
"chatId": "-1001369967688",
"text": "=Повідомлення у Facebook:\n{{$json[\"text\"]}}",
"additionalFields": {}
},
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
1020,
380
],
2022-08-23 21:00:20 +00:00
"id": "bdc17a68-8d26-4ecf-9267-bfb0825e2560",
2022-05-26 20:57:30 +03:00
"credentials": {
"telegramApi": {
"id": "15",
"name": "avtomoto25"
}
2022-08-23 21:00:20 +00:00
}
2022-05-26 20:57:30 +03:00
},
{
"parameters": {
"resource": "message",
"operation": "delete",
"messageId": "={{$json[\"id\"]}}"
},
"name": "Gmail1",
"type": "n8n-nodes-base.gmail",
"typeVersion": 1,
"position": [
1020,
160
],
"alwaysOutputData": true,
2022-08-23 21:00:20 +00:00
"id": "f2e3bd52-5e94-41f9-abcb-444f0a5a9ea6",
2022-05-26 20:57:30 +03:00
"credentials": {
"gmailOAuth2": {
"id": "23",
"name": "Gmail account"
}
2022-08-23 21:00:20 +00:00
}
2022-05-26 20:57:30 +03:00
}
],
"connections": {
"Cron": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
]
]
},
"Gmail": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
},
{
"node": "Gmail1",
"type": "main",
"index": 0
}
]
]
}
},
2022-05-27 07:03:35 +00:00
"settings": {
"saveExecutionProgress": "DEFAULT",
"errorWorkflow": "25"
},
2022-06-09 21:00:39 +00:00
"staticData": null,
2022-12-07 22:01:07 +00:00
"dataLoaded": false,
2022-08-23 21:00:20 +00:00
"pinData": {},
2022-12-07 22:01:07 +00:00
"versionId": "6a5962a8-b5f3-4fb8-9a06-43f729b4912e",
2022-06-09 21:00:39 +00:00
"tags": [
{
"createdAt": "2022-05-10T18:06:30.022Z",
2022-10-27 21:01:19 +00:00
"updatedAt": "2022-05-10T18:06:30.022Z",
"id": "1",
"name": "avtomoto25"
2022-06-09 21:00:39 +00:00
}
2022-12-07 22:01:07 +00:00
]
2022-05-26 20:57:30 +03:00
}