Skip to content

AppointmentSettingInputs

Appointment Setting Inputs

Fields

allow_external_appt_inclusion_management · Boolean · Specifies whether external appointment inclusion management is allowed.
allow_past_appointment_rescheduling · Boolean · Specifies whether past appointment rescheduling is allowed.
appointment_type_id · Int · The ID of the appointment type.
base_calendar_interval · String · The base calendar interval for appointments.
calendar_text · String · The text to display on the calendar.
disable_charge_receipts · Boolean · Specifies whether charge receipts are disabled.
disable_requested_form_notifications · Boolean · Specifies whether requested form notifications are disabled.
fb_pixel · String · Some Pixel Setting (?).
freeze_signed_chart_note · Boolean · Specifies whether updating signed chart notes is allowed.
hide_link · Boolean · Hides links in all emails.
no_availability_message · String · The message to display when there is no availability.
send_appointment_cancellation_email · Boolean · Specifies whether appointment cancellation emails are sent.
send_appointment_update_email · Boolean · Specifies whether appointment update emails are sent.
send_embeddable_appt_creator_email · Boolean · Specifies whether embeddable appointment creator emails are sent.
send_text_reminder_five_minutes_before · Boolean · Specifies whether text reminders are sent five minutes before the appointment.
send_texts_to_archived_patients · Boolean · Specifies whether texts are sent to archived patients.
show_care_plans · Boolean · Specifies whether care plans are shown.
show_insurance_authorization · Boolean · Specifies whether insurance authorization is shown.

Used By

Definition

"""
Appointment Setting Inputs
"""
input AppointmentSettingInputs {
"""
Specifies whether external appointment inclusion management is allowed.
"""
allow_external_appt_inclusion_management: Boolean
"""
Specifies whether past appointment rescheduling is allowed.
"""
allow_past_appointment_rescheduling: Boolean
"""
The ID of the appointment type.
"""
appointment_type_id: Int
"""
The base calendar interval for appointments.
"""
base_calendar_interval: String
"""
The text to display on the calendar.
"""
calendar_text: String
"""
Specifies whether charge receipts are disabled.
"""
disable_charge_receipts: Boolean
"""
Specifies whether requested form notifications are disabled.
"""
disable_requested_form_notifications: Boolean
"""
Some Pixel Setting (?).
"""
fb_pixel: String
"""
Specifies whether updating signed chart notes is allowed.
"""
freeze_signed_chart_note: Boolean
"""
Hides links in all emails.
"""
hide_link: Boolean
"""
The message to display when there is no availability.
"""
no_availability_message: String
"""
Specifies whether appointment cancellation emails are sent.
"""
send_appointment_cancellation_email: Boolean
"""
Specifies whether appointment update emails are sent.
"""
send_appointment_update_email: Boolean
"""
Specifies whether embeddable appointment creator emails are sent.
"""
send_embeddable_appt_creator_email: Boolean
"""
Specifies whether text reminders are sent five minutes before the appointment.
"""
send_text_reminder_five_minutes_before: Boolean
"""
Specifies whether texts are sent to archived patients.
"""
send_texts_to_archived_patients: Boolean
"""
Specifies whether care plans are shown.
"""
show_care_plans: Boolean
"""
Specifies whether insurance authorization is shown.
"""
show_insurance_authorization: Boolean
}