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": "wf_error_notifications",
"nodes": [
{
"parameters": {
"workflowInputs": {
"values": [
{
"name": "callingWorkflow",
"type": "object"
},
{
"name": "input",
"type": "array"
}
]
}
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
0,
0
],
"id": "215a81dd-2b93-42b9-b954-efd38caf0b8f",
"name": "workflow_trigger",
"alwaysOutputData": true,
"onError": "continueRegularOutput"
},
{
"parameters": {
"authentication": "webhook",
"content": "=\ud83d\udea8 An error occurred in {{ JSON.stringify($json.callingWorkflow) || $json.callingWorkflow.name }} at {{ $execution.id }} \ud83d\uded1 ",
"options": {},
"embeds": {
"values": [
{
"color": "#4E2ECF",
"timestamp": "= {{ $now.setZone('America/New_York') }}",
"title": "\ud83d\udea8 Error Underfoot \ud83d\udea8",
"url": "=https://checkmarkdevtools.app.n8n.cloud/workflow/{{ $json.callingWorkflow.id ?? '' }}"
}
]
}
},
"type": "n8n-nodes-base.discord",
"typeVersion": 2,
"position": [
224,
0
],
"id": "02090886-a74a-4ae1-a852-bff7c054d652",
"name": "notify_discord_error",
"credentials": {
"discordWebhookApi": {
"name": "<your credential>"
}
},
"onError": "continueRegularOutput"
}
],
"connections": {
"workflow_trigger": {
"main": [
[
{
"node": "notify_discord_error",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": "g0RA1ILyuSMHbt6q"
},
"versionId": "55cabda2-c004-46e9-9068-8251549f1121",
"id": "wRCvCmRGcILIoLjy",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
discordWebhookApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
wf_error_notifications. Uses executeWorkflowTrigger, discord. Event-driven trigger; 2 nodes.
Source: https://gist.github.com/anchildress1/cab1237affe75f0bed6629faeb940f2c — 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.
This workflow is designed for developers, DevOps engineers, and automation specialists who manage multiple n8n workflows and need a reliable way to monitor for failures and receive alerts in real time
Teams that live in Notion and want an instant ping to the right person when a task changes state. Perfect for content creators, project managers, or any small team that tracks work in a Notion databas
A simple and effective crypto alert system for anyone who wants to stay up to date with coin price changes — without refreshing charts all day. This workflow checks the current price of your chosen cr
The Error Notification workflow is designed to instantly notify you whenever any other n8n workflow encounters an error, using popular communication channels like Telegram and Gmail—with optional supp
This workflow acts as an error handler, sending real-time notifications to Telegram when another workflow fails. It provides detailed error information, including workflow name, timestamp, execution U