Error Triggered Email Notification
detail.loadingPreview
Sends an email notification when a workflow fails.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to be added to other n8n workflows. When an error occurs in the parent workflow, this error trigger node will activate, sending an email with details about the failure to a specified recipient.
Key Features
- Email notification on workflow failure.
- Includes workflow name, execution URL, and error details.
- Configurable sender and recipient emails.
- Can be integrated with existing workflows.
How To Use
- Add to your workflow: Import this workflow into your n8n instance and connect the
On Errornode to the error output of any node in your primary workflow. - Configure Gmail Credentials: Set up your Gmail OAuth2 credentials in n8n and select them in the
Gmailnode. - Set Target Email: Update the
SET YOUR EMAIL HEREplaceholder in theGmailnode with the email address where you want to receive notifications. - Set Environment Variable (Optional): If you wish to dynamically set the recipient email, set the
TARGET_EMAILenvironment variable in your n8n instance.
Apps Used
Workflow JSON
{
"id": "d4bcde3e-8038-44d7-b0cc-a1c7f7e61f18",
"name": "Error Triggered Email Notification",
"nodes": 0,
"category": "Error Handling",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: d4bcde3e-8038...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Integrations
- Gmail + Schedule Trigger(270 workflows)
- Gmail + Google Sheets(245 workflows)
- Gmail + Split Out(132 workflows)
- Gmail + Gmail Trigger(119 workflows)
- Form Trigger + Gmail(107 workflows)
- Gmail + Google Drive(93 workflows)
- Email Send + Schedule Trigger(75 workflows)
- Gmail Trigger + Google Sheets(71 workflows)
- Gmail + Telegram(63 workflows)
- Email Send + Google Sheets(60 workflows)
Related Workflows
Discover more workflows you might like
Error Notification Template
Notifies via email when a workflow encounters an error.
Slack Error Notification
Notifies a Slack channel when a workflow encounters an error.
Error Handling with Telegram Notification
Notifies a Telegram chat when a workflow fails.
Telegram Error Notifier
Sends automated Telegram notifications when errors occur in your workflows.
Error Notification With Gmail
Sends an email via Gmail when a workflow error occurs.
N8n Error Report to Line
Sends an n8n workflow error notification to a Line chat.