Error Notification via Mailgun
detail.loadingPreview
Sends an email via Mailgun when a workflow encounters an error.
About This Workflow
This workflow is triggered when an error occurs in another part of your n8n instance. It then uses the Mailgun node to send an email containing the error message and stack trace to a specified recipient.
Key Features
- Error Detection: Catches errors from any preceding node.
- Email Notification: Leverages Mailgun for sending detailed error reports.
- Customizable Content: Includes workflow name, error message, and stack trace in the email.
How To Use
- Error Trigger: This node is placed after any node that might produce an error. It automatically captures error details.
- Mailgun: Configure your Mailgun API key and specify the 'toEmail' and 'fromEmail' addresses. The 'text' and 'subject' parameters are pre-populated to include relevant error information. Ensure your Mailgun credentials are set up in n8n.
Apps Used
Workflow JSON
{
"id": "24773a47-cba2-42a3-ad9e-ab13ff587acc",
"name": "Error Notification via Mailgun",
"nodes": 9,
"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: 24773a47-cba2...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automate Local Business Outreach with AI-Powered Yelp Scraper
This workflow automates the process of scraping local business details from Yelp using AI, then leverages that data to send personalized partnership proposals via Gmail. It's perfect for sales and marketing teams looking to streamline lead generation and outreach campaigns.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.