OBJECT
NotificationSetting
An object containing the users preferences on notification
link GraphQL Schema definition
- type NotificationSetting {
- # The unique identifier of the setting
- ID! :
- # An option of receiving pdates and special offers [email/sms]
- String! :
- # Send an email when a course module is completed
- Boolean! :
- # Receive updates and special offers
- Boolean! :
- # Get an email whenever a client posts a comment
- Boolean :
- # Get a push notification when there is a new comment
- Boolean :
- # Send an email when a client completes a program
- Boolean :
- # Send an email 5 minutes before the appointment
- Boolean :
- # Send an email when a new appointment is booked
- Boolean :
- # Send an email when an appointment is cancelled
- Boolean :
- # Send an email to provider when client has been assigned
- Boolean :
- # Get an email when fax delivery fails
- Boolean :
- # Get an email when a fax is received
- Boolean :
- # Get an email if client completed an intake flow
- Boolean :
- # Get an email if client completed an intake flow item
- Boolean :
- # Get an email if client started an intake flow
- Boolean :
- # Get an email when a new document is uploaded
- Boolean :
- # Get an email when a new folder is created
- Boolean :
- # Send an email when a client purchases a package
- Boolean :
- # Get an email when a scheduled payment fails
- Boolean :
- # Send an email to primary account holder when subscription payment is made
- Boolean :
- # Get an email when provider adds an emoji to a journal entry
- Boolean :
- # Get a push notification when provider adds an emoji to a journal entry
- Boolean :
- # Get an email whenever a client posts an entry
- Boolean :
- # Send an email to client when reminder to complete goal checked
- Boolean :
- # Send a push notification to client when reminder to complete goal checked
- Boolean :
- # Get an email whenever you get a new message in a group chat
- Boolean :
- # Get a push notification when there is a new message in a group chat
- Boolean :
- # Sends an email to the client provider when their insurance is about to expire
- Boolean :
- # Get an email whenever you get a new message
- Boolean :
- # Get a push notification when there is a new message
- Boolean :
- # Get an email when a new client is added to the organization
- Boolean :
- # Send an email to the client provider when client has updated their insurance
- # information
- Boolean :
- # Send an email to client when new program module is available
- Boolean :
- # Send a push notification to client when new program module is available
- Boolean :
- # Get a push notification 5 minutes before the appointment
- Boolean :
- # The date and time of the last update of the setting
- String :
- # The owner of the notification setting
- User :
- }