The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "03 \u00b7 Auditoria Di\u00e1ria \u2014 Carlos",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 6 * * *"
}
]
}
},
"id": "cron-carlos",
"name": "Todo Dia \u00e0s 6h",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
200,
300
],
"typeVersion": 1.1
},
{
"parameters": {},
"id": "manual-carlos",
"name": "Disparo Manual",
"type": "n8n-nodes-base.manualTrigger",
"position": [
200,
460
],
"typeVersion": 1
},
{
"parameters": {
"method": "GET",
"url": "https://www.onovorizontino.com.br/api/agents/audit",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "<redacted-credential>"
}
]
},
"options": {}
},
"id": "carlos-audit",
"name": "Carlos \u2014 Auditoria Completa",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
380
],
"typeVersion": 4.2
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "check-erros",
"leftValue": "={{ $json.escalacoes.filter(l => l.tipo === 'erro').length }}",
"rightValue": 0,
"operator": {
"type": "number",
"operation": "gt"
}
}
],
"combinator": "and"
},
"options": {}
},
"id": "if-erros",
"name": "H\u00e1 erros?",
"type": "n8n-nodes-base.if",
"position": [
660,
380
],
"typeVersion": 2
},
{
"parameters": {
"method": "POST",
"url": "https://api.telegram.org/bot8564078131:AAFXL10HzW-9trv4SpAoZF-C37GJ_0guXeY/sendMessage",
"sendBody": true,
"contentType": "json",
"jsonBody": "={{ JSON.stringify({ chat_id: '8597307408', text: '\ud83d\udd34 <b>Carlos \u2014 Erros detectados</b>\\n\\n' + $('Carlos \u2014 Auditoria Completa').item.json.escalacoes.filter(l => l.tipo === 'erro').map(e => '\u2022 ' + e.mensagem).join('\\n'), parse_mode: 'HTML' }) }}",
"options": {}
},
"id": "telegram-carlos-erro",
"name": "Telegram \u2014 Alerta de Erros",
"type": "n8n-nodes-base.httpRequest",
"position": [
880,
240
],
"typeVersion": 4.2
},
{
"parameters": {
"method": "POST",
"url": "https://api.telegram.org/bot8564078131:AAFXL10HzW-9trv4SpAoZF-C37GJ_0guXeY/sendMessage",
"sendBody": true,
"contentType": "json",
"jsonBody": "={{ JSON.stringify({ chat_id: '8597307408', text: '\u2705 <b>Carlos \u2014 Auditoria OK</b>\\nNenhum erro encontrado. N\u00edvel Makarios confirmado. \ud83d\udc2f', parse_mode: 'HTML' }) }}",
"options": {}
},
"id": "telegram-carlos-ok",
"name": "Telegram \u2014 Tudo OK",
"type": "n8n-nodes-base.httpRequest",
"position": [
880,
520
],
"typeVersion": 4.2
}
],
"connections": {
"Todo Dia \u00e0s 6h": {
"main": [
[
{
"node": "Carlos \u2014 Auditoria Completa",
"type": "main",
"index": 0
}
]
]
},
"Disparo Manual": {
"main": [
[
{
"node": "Carlos \u2014 Auditoria Completa",
"type": "main",
"index": 0
}
]
]
},
"Carlos \u2014 Auditoria Completa": {
"main": [
[
{
"node": "H\u00e1 erros?",
"type": "main",
"index": 0
}
]
]
},
"H\u00e1 erros?": {
"main": [
[
{
"node": "Telegram \u2014 Alerta de Erros",
"type": "main",
"index": 0
}
],
[
{
"node": "Telegram \u2014 Tudo OK",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "portal"
},
{
"name": "carlos"
},
{
"name": "tigrefc"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Source: https://github.com/comoquefazmarketing-bot/onovorizontino-portal/blob/f52eaaaa66238fe66fc2447f74aeab87568bd9a6/n8n/03-auditoria-diaria.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.
Obsidian Tag Index Refresher. Uses executeCommand, httpRequest. Scheduled trigger; 5 nodes.