Skip to content

OrganizationSettingsInput

Configuration options for an organization

Fields

conditional_form_questions · Boolean · Enables conditional logic in the form builder
booking_state_license_restrictions · Boolean · Enables restricting booked based on provider state licensure
appointment_type_specific_appointment_settings · Boolean · Enables configuring appointment settings for specific appointment types
sync_calendar_events_with_main_cal · Boolean · Enables pushing Healthie events to the primary Google Calendar of the synced user (vs a sub-calendar)
scheduling_priority_levels · Boolean · Enables configuring priority levels for individual providers (used by our availability algorithim)

Used By

Definition

"""
Configuration options for an organization
"""
input OrganizationSettingsInput {
"""
Enables conditional logic in the form builder
"""
conditional_form_questions: Boolean = false
"""
Enables restricting booked based on provider state licensure
"""
booking_state_license_restrictions: Boolean = false
"""
Enables configuring appointment settings for specific appointment types
"""
appointment_type_specific_appointment_settings: Boolean = false
"""
Enables pushing Healthie events to the primary Google Calendar of the synced user (vs a sub-calendar)
"""
sync_calendar_events_with_main_cal: Boolean = false
"""
Enables configuring priority levels for individual providers (used by our availability algorithim)
"""
scheduling_priority_levels: Boolean = false
}