mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 16:36:40 +00:00
636 B
636 B
Recipe: Support Ticket Triage
Scenario
Route support requests from a form, email parser, or webhook into categorized queues with optional AI summarization and escalation.
Suggested node sequence
- Trigger
- Extract or normalize ticket fields
- AI summary and category suggestion
- Severity classification
- Conditional routing
- Ticket creation or update
- Team notification
- Failure path
High-value follow-ups
- What defines severity?
- Which queues or teams should receive each category?
- Should responses be internal-only or customer-facing?
- Should the workflow auto-tag, auto-assign, or only recommend?