Hey everyone,
I built an AI intake and case triage workflow using n8n.
The goal was to explore how AI agents can help process repetitive administrative tasks.
Workflow:
Simulated client enquiry
→ AI agent analysis
→ Structured JSON extraction
→ JavaScript validation
→ Supabase database
→ Human review queue
Features:
- LLM-powered classification
- JSON parsing
- Missing information detection
- Urgency scoring
- Database storage
This uses simulated data only and is not intended to provide legal advice.
Would love feedback on how this could be improved.