Community Error Alert and Summarizer
detail.loadingPreview
Automates the process of identifying, summarizing, and diagnosing errors in n8n workflows.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automatically detect and process errors that occur within your n8n instance. It retrieves detailed error information, leverages an AI model to provide a diagnosis and resolution, and can optionally send email alerts. This is a community-contributed template, meaning it's a powerful tool built and shared by the n8n community.
Key Features
- Monitors n8n executions for errors.
- Extracts detailed error context, including trigger payload and node-specific information.
- Utilizes OpenAI's GPT-4o for sophisticated error diagnosis and resolution suggestions.
- Parses AI output into structured diagnosis, cause, and resolution fields.
- Allows for configuration of email recipients for error alerts.
- Provides an option to exclude specific nodes (e.g., 'SERP' nodes) from error reporting.
How To Use
- Import: Import this workflow JSON into your n8n instance.
- Configure Credentials: Set up your OpenAI API credentials in n8n.
- Set Emails: In the
SET EMAILnode, update theTO,CC, andBCCfields with your desired email addresses. - Adjust Exclusions (Optional): If you have nodes you wish to exclude from error reporting (like 'SERP' nodes), modify the
nodeName.includes('SERP')condition in theExtract Error Detailscode node. - Enable & Test: Enable the workflow and trigger an error in another workflow to test its functionality.
Apps Used
Workflow JSON
{
"id": "5b8edb82-956e-42e4-b009-2832cb1139bc",
"name": "Community Error Alert and Summarizer",
"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: 5b8edb82-956e...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Error Handling and Execution Data Retrieval
This workflow demonstrates error handling and retrieving execution data.
Error Handling with Telegram Notification
Notifies a Telegram chat when a workflow fails.
Error Notification Template
Notifies via email when a workflow encounters an error.
Retry on Fail Except for Known Error
A template demonstrating how to retry a workflow on failure, but skip retries for specific known errors.
Monday.com Error Reporting to Monday
Logs errors from n8n to a Monday.com board.
Error Triggered Email Notification
Sends an email notification when a workflow fails.