INPUT_OBJECT

AppointmentSettingInputs

Appointment Setting Inputs

link GraphQL Schema definition

  • 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: Int
  • # 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
  • }