Showcasing My Workflow

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.

GitHub: GitHub - itgyps-creator/ai-solicitor-intake-automation: AI powered intake and case triage automation workflow built with n8n, LLMs, JavaScript and Supabase. Processes simulated client enquiries, extracts structured information, and prepares cases for human review. · GitHub

Would love feedback on how this could be improved.

1 Like