Error Notification Template
detail.loadingPreview
Notifies via email when a workflow encounters an error.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to catch and report errors that occur during the execution of another n8n workflow. It uses the Error Trigger node to capture error details and then sends an email notification using Mailgun.
Key Features
- Catches workflow execution errors.
- Sends detailed error messages and stack traces via email.
- Customizable recipient and sender email addresses.
- Includes the workflow name in the email subject.
How To Use
- Import the workflow: Import this JSON into your n8n instance.
- Configure Mailgun credentials: Set up your Mailgun API credentials in n8n.
- Set recipient and sender emails: Update
toEmailandfromEmailparameters in the Mailgun node. - Integrate with your main workflow: Connect the
Error Triggernode of this workflow to theError Triggernode of the workflow you want to monitor. Ensure the main workflow'serrorWorkflowsetting points to this error notification workflow.
Apps Used
Workflow JSON
{
"id": "5799e7ba-9732-4db7-9c76-d7be0fade687",
"name": "Error Notification Template",
"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: 5799e7ba-9732...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Error Triggered Email Notification
Sends an email notification when a workflow fails.
Telegram Error Notifier
Sends automated Telegram notifications when errors occur in your workflows.
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.
N8n Error Report to Line
Sends an n8n workflow error notification to a Line chat.
Error Handling and Execution Data Retrieval
This workflow demonstrates error handling and retrieving execution data.