Diagnose n8n workflow errors with Claude AI, Supabase and Resend email alerts
VerifiedAutomatically diagnoses n8n workflow errors with Claude AI and stores results in Supabase.
What this workflow does
This workflow activates on n8n execution errors, routes technical details through an Anthropic-powered AI Agent for root-cause analysis and fix recommendations, validates output confidence with a Structured Output Parser, and records every diagnosis in Supabase.
It is intended for n8n users who need immediate, automated error insights without manual log review, including freelancers and agencies managing client workflows.
Who is this for?
n8n users who want instant error notifications without checking logs, including non-technical users, freelancers, and agencies running client workflows.
What problem it solves
Workflow failures require manual log checks and lack clear diagnosis or fixes. This automation uses Claude AI to analyze errors, provide root cause, steps to fix, and prevention advice automatically.
Live workflow preview
Interactive canvas of every node and connection — scroll and click to explore. Powered by n8n's preview.
Open the template on n8n to import and run it. View source template →
What it automates
Client workflow monitoring
Agency receives email alerts with AI diagnosis when a client's data sync workflow fails, including direct cause and fix steps.
Internal automation reliability
Team gets notified of errors in scheduled reporting workflows with confidence-scored analysis stored in Supabase.
Non-technical user support
Freelancer sets up alerts so business users receive plain-language explanations instead of raw execution logs.
How the workflow works
The 6 nodes in this automation, in order.
- 1HTTP RequesthttpRequest
- 2Supabasesupabase
- 3Codecode
- 4AI Agent@n8n/n8n-nodes-langchain.agent
- 5Anthropic Chat Model@n8n/n8n-nodes-langchain.lmChatAnthropic
- 6Structured Output Parser@n8n/n8n-nodes-langchain.outputParserStructured
Apps & integrations used
How to set up Diagnose n8n workflow errors with Claude AI, Supabase and Resend email alerts
- 1Add Error Trigger node to target workflows
- 2Connect HTTP Request to capture error payload
- 3Store error data in Supabase via Supabase node
- 4Configure AI Agent with Anthropic Chat Model for diagnosis
- 5Add Structured Output Parser to validate AI response and confidence score
- 6Send email alerts based on score thresholds
How to customize this workflow
- →Swap Anthropic model for another supported LLM
- →Change trigger from Error Trigger to Webhook for custom events
- →Add Supabase filter to only alert on high-severity workflows
- →Extend Structured Output Parser schema for additional fields
Diagnose n8n workflow errors with Claude AI, Supabase and Resend email alerts: pros & cons
Pros
- +Automatic AI-powered root cause analysis
- +Confidence scoring reduces false positives
- +Stores history in Supabase for later review
- +Useful for non-technical stakeholders
Cons
- –Requires Anthropic API key and credits
- –Only works on workflows with Error Trigger added
- –Diagnosis quality depends on provided business context
Frequently asked questions
It triggers on n8n workflow failures, uses Claude AI to diagnose the error, stores results in Supabase, and sends Resend email alerts with fix guidance.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…