Skip to main content

User Settings

{
"qa_frequency": "integer",
"email_notification_not_qa": "integer",
"mobile_notifications_scmty": "integer",
"toast_notifications_emit_sound": "integer",
"show_toast_notifications": "integer"
}

Properties

NameTypeRequiredRestrictionsDescription
qa_frequencyintegerfalsenoneFrequency of the email notifications for all interactions (except for private messages notifications)
email_notification_not_qaintegerfalsenoneEnable private messages notifications also via mail
mobile_notifications_scmtyintegerfalsenoneEnable mobile app notifications
show_toast_notificationsintegerfalsenoneShows a popup when the user receive a notification (only if the frontend is enabled)
toast_notifications_emit_soundintegerfalsenoneEmit a sound when the notification popup is shown. See 'show_toast_notifications'

Enumerated Values

PropertyValueDescription
qa_frequency-1Send email immediately
qa_frequency1Send email daily
qa_frequency0Never send email
email_notification_not_qa1Notify also via email
email_notification_not_qa0Notify only frontend side
mobile_notifications_scmty1Notify also via mobile push notification (FCM, APNS). Available only if there is an app associated with the community
mobile_notifications_scmty0Never send push notification
show_toast_notifications1Show popup (frontend - not on the notifications page)
show_toast_notifications0Hide popup (frontend)
toast_notifications_emit_sound1Emit sound with the popup notification (frontend)
toast_notifications_emit_sound0Don't emit sound