60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "ADsPRO — Engine Monitor (a cada 4h)",
|
|
"nodes": [
|
|
{
|
|
"parameters": {
|
|
"rule": {
|
|
"interval": [
|
|
{
|
|
"field": "hours",
|
|
"hoursInterval": 4
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"id": "schedule-monitor",
|
|
"name": "A cada 4 horas",
|
|
"type": "n8n-nodes-base.scheduleTrigger",
|
|
"typeVersion": 1.2,
|
|
"position": [260, 300]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"method": "POST",
|
|
"url": "https://admanager.seureview.com.br/api/engine/cron",
|
|
"sendHeaders": true,
|
|
"headerParameters": {
|
|
"parameters": [
|
|
{
|
|
"name": "Authorization",
|
|
"value": "Bearer COLE_SEU_CRON_SECRET"
|
|
}
|
|
]
|
|
},
|
|
"options": {
|
|
"timeout": 60000
|
|
}
|
|
},
|
|
"id": "http-monitor",
|
|
"name": "Rodar Engine",
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
"typeVersion": 4.2,
|
|
"position": [520, 300]
|
|
}
|
|
],
|
|
"connections": {
|
|
"A cada 4 horas": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Rodar Engine",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"settings": {},
|
|
"active": false
|
|
}
|