Start typing to search...
No results for ""
Understanding the lifecycle of a virtual consultation is key to managing your clinic efficiently. This section explains the automation behind the scenes.
When an appointment is saved in KiviCare, the plugin checks two things:
If both are true, the KCTZoom->create_meeting() method is called.
The plugin makes a POST request to Zoom’s /users/me/meetings endpoint. It sends:
Zoom sends back a payload containing the start_url (for the doctor) and the join_url (for the patient).
wp_kc_appointment_zoom_mappings table.join_url is automatically included in KiviCare email/SMS templates via the {telemed_join_url} tag.In the Dashboard, the generic “Appointment Details” view is replaced with a dynamic Telemed UI:
start_url).join_url).When the meeting ends, the doctor returns to the KiviCare Dashboard to mark the appointment as “Completed” This ensures accurate billing, updates the patient history, and triggers any post-consultation reports.
Start typing to search...
No results for ""