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 →
{
"nodes": [
{
"id": "t1",
"name": "Daily Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
100,
200
],
"parameters": {}
},
{
"id": "n2",
"name": "Main DB backup task",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
300,
200
],
"parameters": {
"url": "https://api.backup.local/run",
"method": "POST",
"onError": "continue"
}
},
{
"id": "n3",
"name": "Did Task Fail?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
500,
200
],
"parameters": {}
},
{
"id": "n4",
"name": "Slack Alert Failure",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
700,
150
],
"parameters": {
"url": "https://hooks.slack.com/errors",
"method": "POST"
}
}
],
"connections": {
"Daily Trigger": {
"main": [
[
{
"node": "Main DB backup task",
"type": "main",
"index": 0
}
]
]
},
"Main DB backup task": {
"main": [
[
{
"node": "Did Task Fail?",
"type": "main",
"index": 0
}
]
]
},
"Did Task Fail?": {
"main": [
[
{
"node": "Slack Alert Failure",
"type": "main",
"index": 0
}
],
[]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Flowforge N8N. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/error-alerting/workflow.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.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.