The template
Download the sample template from Command Center → Doctor schedule, or at /schedule-template.xlsx. Use one sheet per department or doctor. Columns:
- Date — the working day (e.g. 2026-07-10).
- Doctor — the doctor for that row.
- Timings — the working window, e.g. 9:00 AM – 1:00 PM.
- Appointment Intervals — slot length in minutes (15/30/60).
- Department — used when the sheet title isn't the specialty.
- Consultation Fee — quoted by the AI when asked.
- Room / Location — read out in the booking confirmation.
Upload
- Command Center → Doctor schedule → Upload and pick your .xlsx/.csv.
- Naadham parses every sheet into bookable slots and switches real booking on immediately.
- Test it: ask the agent to book — it offers only free slots of the right length, with the doctor, room and fee.
API
curl -X POST https://naadham.ai/v1/schedule/upload \
-H "Authorization: Bearer $NAADHAM_API_KEY" \
-F "[email protected]"
Frequently asked questions
What file formats are supported?
Excel (.xlsx) and CSV. Use one sheet per department or doctor; the Department column overrides the sheet title if both are present.
Can two patients double-book the same slot?
No. Naadham books only genuinely open slots and locks each one on booking, so two simultaneous callers can never take the same slot.