Centralize error management for your automations. This robust n8n workflow captures failures using the specialized n8n trigger and routes detailed alerts to Telegram, Gmail, and other channels. Download this n8n templates for reliable monitoring.
Download this n8n workflow template and start using it instantly.
Automation Developers and Engineers who manage large deployments of n8n templates.
Site Reliability Engineers (SREs) needing immediate notification of platform failures.
Users running mission-critical n8n workflow automations where downtime must be minimized.
Anyone looking to centralize monitoring using a dedicated error reporting n8n workflow.
Reliability is paramount for any automation system. This dedicated error notification n8n workflow addresses the critical need for instantaneous failure reporting. By utilizing the unique Error Trigger n8n node, this setup ensures that whenever any other active n8n workflow fails, this specific workflow is activated immediately.
It provides significant value by parsing complex error metadata (such as the specific failing n8n node, the workflow name, execution URL, and detailed error message) and formatting it into a concise, actionable HTML report. This report is then broadcasted across multiple channels, including Telegram and Gmail, allowing developers to triage issues faster and maintain the high performance of their deployed n8n templates. This specialized n8n workflow acts as the central watchdog for your entire automation environment.
This automation operates as a dedicated error listener, activated only when external workflows fail. The flow consists of three primary stages:
Error Trigger n8n node. This unique n8n trigger listens system-wide for failure events generated by any other executed n8n workflow.Code n8n node. This node executes custom JavaScript to extract key variables from the raw error JSON, including the workflow name, the name of the failing n8n node, the error message, and a direct link to the failed execution URL. It then compiles this information into a single, structured HTML message.Notify Telegram and Notify Gmail. Other communication channels like WhatsApp, Slack, and Discord are pre-configured but disabled, offering easy activation for extended coverage. This ensures redundant alerting for maximum reliability.To deploy this centralized error notification n8n workflow, follow these steps:
Code n8n node, ensure the chat_id variable is updated to match your desired Telegram user or group ID (if using Telegram).Notify Gmail n8n node, configure the recipient email address for error reports. Error Trigger (n8n trigger):
Function: This is the starting point, specifically listening for execution failures across all other n8n templates.
Key Configuration: Requires no input parameters, functions solely as a system-level listener.
Code (n8n node):
Function: Parses the raw error object (execution ID, workflow name, failing n8n node name) and formats the data into a single, HTML-formatted notification message suitable for services like Telegram and Discord.
Key Configuration: Extracts fields like workflow.name, error.node.name, error.message, and generates an actionable execution URL.
Notify Telegram:
Function: Sends the HTML-formatted error message to a specified Telegram chat.
Key Configuration: Uses a configured telegramApi credential. The message content is dynamically set via an expression ={{ $json.message }}.
Notify Gmail:
Function: Sends a comprehensive email alert detailing the workflow failure.
Key Configuration: Requires gmailOAuth2 credentials and configuration of the recipient address and subject line (which will typically reference the error details provided by the preceding n8n node).
Notify Discord, Notify Whatsapp, Notify Slack:
Function: These nodes are included in the n8n templates for quick future expansion but are currently disabled. They serve as placeholder routes for multi-channel communication.
Automate multi-channel task reminders using a powerful n8n workflow, PostgreSQL, Slack, Telegram, and Email. Use this robust n8n template for reliable scheduling and delivery.

Automate product feedback intake using an n8n workflow. Consolidate Telegram, Gmail, and Google Forms data, score via AI (RICE method), create Jira tickets, and generate Notion reports.

Automate event reminders across multiple channels (Slack, Email) using this robust, scheduled n8n workflow. Perfect for project managers needing reliable countdown alerts.

Deploy a robust, multi-department support bot with this advanced n8n workflow. Integrates Telegram, PostgreSQL for sessions, Google Drive, Pinecone RAG, and AI agents.

Implement a powerful multi-engine search toolset for your AI agent using this n8n workflow template. Integrates 20+ specialized SerpApi search functions via an n8n MCP server.








































