Error Notification Email Workflow
The main function of this workflow is to implement automated error notifications by capturing error information from other workflows and sending emails in real-time, ensuring that relevant personnel are informed of issues as soon as they arise. It can record the names of failed workflows, execution links, error nodes, and error stacks, effectively enhancing response speed and problem-solving efficiency. This ensures the stable operation of automated processes and reduces business risks caused by undetected errors. It is suitable for use by developers and operations teams.

Workflow Name
Error Notification Email Workflow
Key Features and Highlights
This workflow is specifically designed for the n8n automation platform to automatically trigger and send error detail notification emails whenever other workflows encounter errors. It instantly captures error information, including the failed workflow name, execution URL, error node, and error stack trace, ensuring that relevant personnel are promptly informed of issues, thereby enhancing response speed and problem resolution efficiency.
Core Problems Addressed
In complex automation processes, errors are often difficult to detect and handle in a timely manner, potentially causing business interruptions or data anomalies. This workflow solves the problem of delayed or missed error feedback by implementing an automatic email alert mechanism, ensuring stable operation and timely maintenance of automation workflows.
Application Scenarios
- Monitoring multiple workflows running on automation platforms
- Immediate alerting for critical task failures
- Error tracking for DevOps or business teams
- Any error handling scenarios requiring email notifications
Main Workflow Steps
- Error Trigger (On Error): Automatically triggered when other workflows encounter errors.
- Email Sending Node (Gmail): Automatically generates and sends an email containing detailed error information to designated recipients based on data passed from the error trigger.
- Configuration Guide (Sticky Note): Provides instructions for setting up Gmail credentials and target recipient email addresses to facilitate quick deployment.
Involved Systems or Services
- Gmail: Sends error notification emails via Gmail OAuth2 authentication.
- n8n Error Trigger Node: Captures workflow execution errors.
- Sticky Note: Offers configuration instructions and operational tips for users.
Target Users and Value
Ideal for developers, operations personnel, and business automation teams using the n8n automation platform. It helps them stay informed of automation workflow exceptions in real time, reducing business risks caused by undetected errors and improving the stability and maintainability of automation systems.