Block 1 - Error Trigger
- Type / Role
- n8n-nodes-base.errorTrigger - errorTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 s...
n8n-nodes-base.errortrigger, n8n-nodes-base.code, n8n-nodes-base.gmail, n8n-nodes-base.whatsapp, n8n-nodes-base.slack, n8n-nodes-base.telegram, n8n-nodes-base.discord, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Khairul Muhtadin.
Original n8n.io sourceThe 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 support for Discord, Slack, and WhatsApp.
This workflow embedd error detection and notification directly within your n8n instance. It automates the process of catching errors as they occur, compiling meaningful context, and delivering it instantly via your preferred messaging platforms. This drastically reduces your response time to issues and streamlines error management, improving your automation reliability and operational confidence.
⏱ Trigger: Listens for any error generated in your n8n workflows using the n8n Error Trigger node.
📎 Step 2: Executes a Code node that formats a detailed error message capturing workflow name, error node, description, timestamp, and an execution URL.
🔍 Step 3: Sends the formatted error notification to multiple communication channels: Telegram and Gmail by default, plus optionally Discord, Slack, and WhatsApp (disabled by default).
💌 Step 4: Delivers rich, parsed HTML-formatted messages to ensure error readability and immediate actionability.
Import the provided .json file into your n8n instance (Cloud or self-hosted).
Set up credentials:
Customize the Code node if needed to adjust the error message format or target chat IDs.
Update the chat IDs and recipient details in each notification node according to your channels.
Test the workflow by manually triggering an error in another workflow to verify proper notifications.
Made by: khaisa Studio
Tag: notification,error,monitoring,workflow,automation,alerts
Category: Monitoring & Alerts
Need a custom? Need a custom? contact me on LinkedIn or Web
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Multi-channel workflow error alerts with Telegram, Gmail & messaging apps |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | DevOps |
| Author | Khairul Muhtadin |
| Published | 03 Jul 2025 |
Use the JSON export at /data/workflows/5629/5629.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 s...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.