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": "Ingest\u00e3o de Incidentes (Template)",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"functionCode": "// Exemplo de dados gerados (Simulando Zabbix/SGO)\nreturn [\n {\n json: {\n id_mostra: \"INC-\" + Math.floor(Math.random() * 100000),\n nm_origem: \"ZABBIX\",\n nm_tipo: \"FALHA_SINAL\",\n nm_status: \"ABERTO\",\n dh_inicio: new Date().toISOString(),\n ds_sumario: \"Incidente gerado via n8n\",\n nm_cidade: \"SAO PAULO\",\n regional: \"SPI\",\n cluster: \"CAPITAL\"\n }\n },\n {\n json: {\n id_mostra: \"INC-\" + Math.floor(Math.random() * 100000),\n nm_origem: \"SGO\",\n nm_tipo: \"ROMPIMENTO\",\n nm_status: \"EM_ANALISE\",\n dh_inicio: new Date().toISOString(),\n ds_sumario: \"Rompimento de Fibra\",\n nm_cidade: \"CAMPINAS\",\n regional: \"SPI\",\n cluster: \"INTERIOR\"\n }\n }\n];"
},
"name": "Gerar Dados Mock",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"requestMethod": "POST",
"url": "http://host.docker.internal:3000/ingestion/incident",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "x-api-key",
"value": "9f4c8e2a1b7d4e3aA8D6F2cB9E7D0a4F5C8E1B6D2A9F3"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"jsonParameters": true,
"bodyParametersJson": "={{ JSON.stringify([$json]) }}"
},
"name": "Enviar para Backend",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
650,
300
],
"notes": "Certifique-se que o backend est\u00e1 rodando e a URL est\u00e1 correta (use o IP da m\u00e1quina se o n8n estiver em Docker)."
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Gerar Dados Mock",
"type": "main",
"index": 0
}
]
]
},
"Gerar Dados Mock": {
"main": [
[
{
"node": "Enviar para Backend",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Ingestão de Incidentes (Template). Uses start, httpRequest. Manual trigger; 3 nodes.
Source: https://github.com/cpralonrj-pralon/coprede/blob/2589b1ba4700300cf810a0203e0aa70ee4a03319/docs/n8n_workflow_template.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.
FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.
CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.
Claude Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.
DeepSeek Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.
DeepSeek Prompt Pre-Processor (Pro V3). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.