Two developpements for the API
Health Questionnaire
Attached herewith is the “Health questionnaire” pulled through API. It is fetched in JSON format in a name value pair, where name is the html id of the field in the form code and value is the field value. As discussed, the signature and upload fields values can be ignored. Please note there is no trigger to be notified when a guest form is filled, so the API needs to be triggered for each guest. Below are the details for the API call:
GET api.zenoti.com/v1/Guests/{{GuestID}}/Forms?version_no=0
Appointment Shell
Patient file, appointment time & type of appointment (name) in provider’s schedule as a pace holder. The doctor could then click on the name and load the patient’s file.
For this requirement of sending appointment details to Myle, the best solution would be to use our webhooks. Please find the details below:
If you want the appointment details to be sent as soon as an appointment is created on Zenoti: Appointment group create event can be used. More information available at: Zenoti Webhooks: Appointment Group Events | Zenoti Help Center
If you want the appointment details to be sent when the invoice is closed in Zenoti: invoice closed webhook event can be used. More information available at: Zenoti Webhooks: Invoice Closed Event | Zenoti Help Center