The moment the form is submitted.
Active · Currently In PlayWF01 is the entry workflow for every new enquiry. It fires the instant a patient submits the intake form, and it owns every downstream action in the first five minutes: AI parsing, internal notification, routing by patient type and priority, opportunity creation, and the reception callback task.
One workflow handles new-patient and existing-patient lanes, plus emergency, high-value, and standard priority branches. No tabs, no moving parts, no decision for reception to make before picking up the phone.
gpt.1.result is consumed by the internal email and the callback task description.qual_patient_type for downstream branching.qual_treatment_interest.{{custom_values.sys_practice_email}} (the practice inbox — not the assigned user). Contains lead details plus the AI summary from Step 2.1.qual_patient_type.qual-t01 or qual-t02), sends the appropriate email (qual-t10 new / qual-t11 returning), sets Conversation AI bot state (Active/Inactive), and creates a callback task with 5-minute SLA for high-value and emergency branches.qual-t07 body text and {{custom_values.qual_emergency_protocol}}. Intake-time emergency handling lives entirely inside WF01 — same-day slot, on-call clinician notified, escalation complete within minutes of the form landing.SMS: qual-t01 (new patient greeting), qual-t02 (returning patient greeting), qual-t07 (emergency SMS body, inline).
Email: qual-t10 (new patient welcome), qual-t11 (returning patient welcome), qual-t12 (practice internal notification).
By the time a patient refreshes their inbox, the acknowledgement is already there. By the time they think about whether anyone's going to call, the task is already on reception's dashboard. Speed-to-lead isn't a metric you chase — it's a standing position the system holds for you, automatically, every single enquiry, every hour of the day.