POST request to the following API endpoint:
https://questions.morf.health/api/scheduleAppointment
Request Body
The request body must contain the following parameters:morfOrgId: (string) The organization ID.appointmentTypeId: (string) The appointment type ID.datetime: (string) The scheduled date and time of the appointment (in ISO 8601 format).timezone: (string) The timezone inIANAformat (e.g., “America/New_York”).providerId: (string) The provider’s ID.schedulingApplication: (string) The application used for scheduling,HEALTHIEorACUITY.firstName: (string) The patient’s first name.lastName: (string) The patient’s last name.phoneNumber: (string) The patient’s phone number.emailAddress: (string) The patient’s email address.patientId: (string) The patient’s ID.sendWelcomeEmail: (optional, boolean) Whether to send a welcome email. Default isfalse.uniqueByEmail: (optional, boolean) Whether the appointment is unique by email. Default istrue.contactType: (optional, string) The type of contact. Options:Healthie Video Chat,Secure Videochat,In Person, orPhone Call. Default isVideo Call.
