Files
n8n/flows/50.json

117 lines
2.4 KiB
JSON
Raw Normal View History

2022-07-13 21:00:22 +00:00
{
"id": 50,
"name": "olx ps4game experiment",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
180,
300
2022-08-03 21:00:21 +00:00
],
"id": "186e20bd-4c5e-48e4-9bc7-0dd5a33b2196"
2022-07-13 21:00:22 +00:00
},
{
"parameters": {
"url": "https://www.olx.ua/d/elektronika/igry-i-igrovye-pristavki/igry-dlya-pristavok/chernigov/?currency=UAH&search%5Border%5D=created_at:desc&search%5Bfilter_enum_console_manufacturers%5D%5B0%5D=2272",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
440,
300
2022-08-03 21:00:21 +00:00
],
"id": "f8672c22-cbb2-4d3d-a3c3-e9e26b060a22"
2022-07-13 21:00:22 +00:00
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyX",
"value": 15,
"unit": "minutes"
}
]
}
},
"name": "Cron2",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
180,
520
2022-08-03 21:00:21 +00:00
],
"id": "c06f98f2-449e-48e1-b1c8-8e72f763e52d"
2022-07-13 21:00:22 +00:00
},
{
"parameters": {
"workflowId": "49"
},
"name": "Execute Workflow",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1,
"position": [
700,
300
2022-08-03 21:00:21 +00:00
],
"id": "e0e194e7-b8da-485a-b4cf-3cef4d960cb0"
2022-07-13 21:00:22 +00:00
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Execute Workflow",
"type": "main",
"index": 0
}
]
]
},
"Cron2": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-07-13T06:05:01.978Z",
"updatedAt": "2022-07-13T07:46:21.510Z",
"settings": {
"errorWorkflow": "25"
},
"staticData": null,
2022-07-20 21:00:15 +00:00
"pinData": null,
2022-07-13 21:00:22 +00:00
"tags": [
{
"id": "3",
"name": "olx",
"createdAt": "2022-06-21T19:20:51.822Z",
"updatedAt": "2022-06-21T19:20:51.822Z"
}
]
}