Skip to content

updateNotificationSettingInput

Autogenerated input type of updateNotificationSetting

Fields

deprecated DO NOT USE
marketing_communcation_preference · String · An option of receiving updates and special offers [email/sms]
deprecated Use `marketing_communication_preference` instead
marketing_communication_preference · String · An option of receiving updates and special offers [email/sms]
notification_on_module_completion · Boolean · Send an email when a course module is completed
receive_updates_and_offers · Boolean · Receive updates and special offers
send_comment_push · Boolean · Get a push notification when there is a new comment
send_course_complete_email · Boolean · Send an email when a client completes a program
send_email_on_client_has_been_assigned_to_you · Boolean · Send an email to provider when client has been assigned
send_email_on_package_purchase · Boolean · Send an email when a client purchases a package
send_email_on_scheduled_payment_failed · Boolean · Get an email when a scheduled payment fails
send_email_receipt_for_subscription_payment · Boolean · Send an email to primary account holder when subscription payment is made
send_emoji_email · Boolean · Get an email when provider adds an emoji to a journal entry
send_emoji_push · Boolean · Get a push notification when provider adds an emoji to a journal entry
send_goal_reminder_email · Boolean · Send an email to client when reminder to complete goal checked
send_goal_reminder_push · Boolean · Send a push notification to client when reminder to complete goal checked
send_group_message_emails · Boolean · Get an email notification when there is a new message in a group chat
send_group_message_push · Boolean · Get a push notification when there is a new message in a group chat
send_insurance_expiry_notifications · Boolean · When true, it will send an expiration notification to the provider when their client insurance is about to expire
send_message_push · Boolean · Get a push notification when there is a new message
send_new_insurance_added_notifications · Boolean · When true and client updated insurance via client form, the assigned provider will be notified
send_new_module_email · Boolean · Send an email to client when new program module is available
send_new_module_push · Boolean · Send a push notification to client when new program module is available
send_push_before_appointment · Boolean · Get a push notification 5 minutes before the appointment

Used By

Definition

"""
Autogenerated input type of updateNotificationSetting
"""
input updateNotificationSettingInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID
"""
An option of receiving updates and special offers [email/sms]
"""
marketing_communcation_preference: String
@deprecated(reason: "Use `marketing_communication_preference` instead")
"""
An option of receiving updates and special offers [email/sms]
"""
marketing_communication_preference: String
"""
Send an email when a course module is completed
"""
notification_on_module_completion: Boolean
"""
Receive updates and special offers
"""
receive_updates_and_offers: Boolean
send_comment_emails: Boolean
"""
Get a push notification when there is a new comment
"""
send_comment_push: Boolean
"""
Send an email when a client completes a program
"""
send_course_complete_email: Boolean
"""
"""
send_email_before_appointment: Boolean
"""
"""
send_email_on_appointment_book: Boolean
"""
"""
send_email_on_appointment_cancel: Boolean
"""
Send an email to provider when client has been assigned
"""
send_email_on_client_has_been_assigned_to_you: Boolean
"""
"""
send_email_on_fax_delivery_failure: Boolean
"""
"""
send_email_on_fax_received: Boolean
"""
"""
send_email_on_intake_flow_complete: Boolean
"""
"""
send_email_on_intake_flow_item_complete: Boolean
"""
"""
send_email_on_intake_flow_start: Boolean
"""
"""
send_email_on_new_document: Boolean
"""
"""
send_email_on_new_folder: Boolean
"""
Send an email when a client purchases a package
"""
send_email_on_package_purchase: Boolean
"""
Get an email when a scheduled payment fails
"""
send_email_on_scheduled_payment_failed: Boolean
"""
Send an email to primary account holder when subscription payment is made
"""
send_email_receipt_for_subscription_payment: Boolean
"""
Get an email when provider adds an emoji to a journal entry
"""
send_emoji_email: Boolean
"""
Get a push notification when provider adds an emoji to a journal entry
"""
send_emoji_push: Boolean
send_entry_emails: Boolean
"""
Send an email to client when reminder to complete goal checked
"""
send_goal_reminder_email: Boolean
"""
Send a push notification to client when reminder to complete goal checked
"""
send_goal_reminder_push: Boolean
"""
Get an email notification when there is a new message in a group chat
"""
send_group_message_emails: Boolean
"""
Get a push notification when there is a new message in a group chat
"""
send_group_message_push: Boolean
"""
When true, it will send an expiration notification to the provider when their client insurance is about to expire
"""
send_insurance_expiry_notifications: Boolean
send_message_emails: Boolean
"""
Get a push notification when there is a new message
"""
send_message_push: Boolean
send_new_clients_emails: Boolean
"""
When true and client updated insurance via client form, the assigned provider will be notified
"""
send_new_insurance_added_notifications: Boolean
"""
Send an email to client when new program module is available
"""
send_new_module_email: Boolean
"""
Send a push notification to client when new program module is available
"""
send_new_module_push: Boolean
"""
Get a push notification 5 minutes before the appointment
"""
send_push_before_appointment: Boolean
}