Clinic onboarding checklist

Use on sales calls after a clinic signs. Tick each step — progress saves automatically in this browser. Target: ~15 minutes per clinic.

0 of 0 complete CliniqMatch Ltd · internal

1. Capture on the call (before you touch Supabase)

2. Automated onboarding — one API call

Replaces manual Supabase + index.html steps. See deferred/automation-blueprint.md

3. Manual fallback — clinic_partners

clinic_name: [exact display name] partner_slug: [slug e.g. harley-nose] contact_email: [alert inbox] contact_name: [first name for email greeting] city: [e.g. Manchester] tier: partner active: true

3. index.html — PARTNER_LINKS (quiz + tracked link)

'their-slug': { slug: 'their-slug', name: 'Their Clinic Name', // = clinic_partners.clinic_name address: 'Full address', city: 'City', lat: 0.0, lng: 0.0, procedures: ['Proc A', 'Proc B', 'Other'], minBudget: 4000, calendly: 'https://calendly.com/...', dental: false // true for dental-only }

3b. Calendly — booking + sync

4. Supabase — portal login (clinic_users)

Demo portal: demo@cliniqmatch.co.uk — use as reference only, not for live partners

5. Smoke test (5 min)

6. Handoff to clinic

Tracked link template

Send the clinic this URL (replace slug):

https://cliniqmatch.co.uk/go/their-slug

Alternate: https://cliniqmatch.co.uk/?partner=their-slug