mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 14:56:47 +00:00
1.1 KiB
1.1 KiB
Recipe: Lead Triage with AI Enrichment
Scenario
A user wants to capture incoming leads, enrich them with AI, classify urgency, notify a team, and store the lead in a structured system.
Typical trigger
- webhook
- form submission
- CRM new record
Systems involved
- form tool or webhook source
- AI provider
- Slack or email
- Airtable / HubSpot / CRM
Suggested intake questions
- What triggers the workflow?
- Where should the lead be stored?
- How should hot leads be defined?
- Who should be notified and where?
- Should the workflow create-only or upsert existing leads?
Suggested node sequence
- Trigger
- Normalize payload
- AI enrichment / classification
- Conditional branch by priority
- Notification for high priority
- Store record
- Error notification branch
Common risks
- duplicate lead creation
- unclear hot/warm/cold criteria
- missing CRM identifiers
- over-broad notifications
Validation checklist
- priority branch exists
- CRM mapping is explicit
- alert channel is defined
- duplicate strategy is stated
- missing credential placeholders are visible