mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 09:16:46 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
23
recipes/support-triage.md
Normal file
23
recipes/support-triage.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
1. Trigger
|
||||
2. Extract or normalize ticket fields
|
||||
3. AI summary and category suggestion
|
||||
4. Severity classification
|
||||
5. Conditional routing
|
||||
6. Ticket creation or update
|
||||
7. Team notification
|
||||
8. 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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue