63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "ADsPRO — Resumo Diário (20h)",
|
|
"nodes": [
|
|
{
|
|
"parameters": {
|
|
"rule": {
|
|
"interval": [
|
|
{
|
|
"field": "cronExpression",
|
|
"expression": "0 20 * * *"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"id": "schedule-summary",
|
|
"name": "Todo dia 20h",
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"sendBody": true,
|
|
"specifyBody": "json",
|
|
"jsonBody": "{\n \"summary\": true\n}",
|
|
"options": {
|
|
"timeout": 60000
|
|
}
|
|
},
|
|
"id": "http-summary",
|
|
"name": "Pedir Resumo",
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
"typeVersion": 4.2,
|
|
"position": [520, 300]
|
|
}
|
|
],
|
|
"connections": {
|
|
"Todo dia 20h": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Pedir Resumo",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"settings": {},
|
|
"active": false
|
|
}
|