Please sign in to access the CRM
{{ stats.appointments }}
{{ stats.patients }}
{{ stats.conversion_rate }}
| ID | Patient Phone | Doctor | Time | No-Show Risk | Status |
|---|---|---|---|---|---|
| #{{ appt.id }} | {{ appt.patient_phone }} | {{ appt.doctor_name }} | {{ new Date(appt.time).toLocaleString() }} | {{ appt.no_show_risk_level }} ({{ appt.no_show_probability }}%) | {{ appt.status }} |
| No appointments found. The AI hasn't booked any yet! | |||||
| Patient Phone | Interactions | Latest Intent | Lead Score | Conv. Prob | Status |
|---|---|---|---|---|---|
| {{ lead.patient_phone }} | {{ lead.interactions }} | {{ lead.intent }} | {{ lead.score }}/100 | {{ lead.conversion_prob }}% | {{ lead.status }} |
| No leads captured yet. | |||||