Workflows / Patient Intake Form → Triage
HealthTechn8nZapier~15 min setupv1.0.10
Patient Intake Form → Triage
Symptom intake form classified by Claude and routes urgent cases via SMS to on-call doctor.
Runs
1.1k
Forks
145
Cost / run
~$0.022
Updated
2w ago
Node graph preview
6 nodes · n8nn8n node graph
previewTrigger
n8n webhook
Validate
sanitize + enrich
AI Step
Claude
Branch
route by result
Deliver
Twilio
Observe
alert on failure
How it works
- 1TriggerWebhook / schedule / form submission fires the workflow.
- 2Validate & EnrichInputs are sanitized; missing data is enriched via API lookups.
- 3AI StepGPT or Claude classifies, summarizes, or generates the next action.
- 4Branch & RouteConditional logic routes to the right downstream system.
- 5Write to DestinationFinal payload is delivered to CRM / DB / Slack / email.
- 6ObservabilityFailures route to an alert channel with full payload context.
Preconfigured for every model
Swap the model node in one click. Local-first variants included where possible.
OpenAIAnthropicGroqOllama Local-first variant
Env vars templated
Fill these in your n8n workspace — we never touch your keys.
- OPENAI_API_KEY=•••
- ANTHROPIC_API_KEY=•••
- WEBHOOK_URL=•••
Changelog
- v1.0.10Bumped model node to latest Claude Sonnet + Groq fallback.2d ago
- v1.0.0Added env-var templating for API keys.3w ago
- v1.0.0Initial public release.2mo ago
Requirements
- Active n8n instance (self-hosted or cloud)
- API keys for: n8n, Claude, Twilio
- Basic understanding of webhooks and JSON
- Optional: A Slack channel for alerts