feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

23
recipes/support-triage.md Normal file
View 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?