Set Room Notifications
    • Dark
      Light
    • PDF

    Set Room Notifications

    • Dark
      Light
    • PDF

    Article summary

    Post
    /api/v1/rooms.saveNotification

    Set the notifications settings of a specific room.

    Changelog

    VersionDescription
    0.63.0Added
    Header parameters
    X-Auth-Token
    stringRequired

    The authToken of the authenticated user.

    ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
    X-User-Id
    stringRequired

    The userId of the authenticated user.

    ExamplerbAXPnMktTFbNpwtJ
    Body parameters
    Example 1
    {
      "roomId": "5of4weEXaH7yncxz9",
      "notifications": {
        "desktopNotifications": "all",
        "disableNotifications": "0",
        "emailNotifications": "nothing",
        "audioNotificationValue": "beep",
        "desktopNotificationDuration": "2",
        "audioNotifications": "all",
        "unreadAlert": "nothing",
        "hideUnreadStatus": "0",
        "mobilePushNotifications": "mentions"
      }
    }
    Expand All
    object
    roomId
    string Required

    The channel's id

    notifications
    objectRequired

    The object that contains the following parameters.

    desktopNotifications
    string

    The value for desktop notifications. The options are:

    • nothing
    • mentions
    • all
    • default
    disableNotifications
    string

    The value to disable/enable channel's notifications.

    The options are:

    • 0
    • 1
    emailNotifications
    string

    The value for email notifications. The options are:

    • nothing
    • mentions
    • all
    • default
    audioNotificationValue
    string

    The value for audio notification sound.

    desktopNotificationDuration
    string

    The value for desktop notification duration.

    audioNotifications
    string

    The value for audio notifications.

    The options are:

    • nothing
    • mentions
    • all
    • default
    unreadAlert
    string

    The value for unread alerts notifications.

    The options are:

    • nothing
    • mentions
    • all
    • default
    hideUnreadStatus
    string

    The value to disable/enable number of unread messages. The options are:

    • 0
    • 1
    mobilePushNotifications
    string

    The value for mobile push notifications.

    The options are:

    • nothing
    • mentions
    • all
    • default
    Responses
    200

    OK

    Success
    {
      "success": true
    }
    object
    success
    boolean

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.