Theme

Notification Preferences

Notification Preference

What are Notification Preferences?

Notification Preferences are settings for users to control how they will be notified about updates from Cirro and Spaces.

The notification preference object

AttributeTypeDescription
idstringThe unique identifier of the notification preference
objectstringAlways "notification_preference"
localestringSelected language of the notification
topicsarrayList of topics related to the notification preference
{
  "id": "1",
  "object": "notification_preference",
  "locale": "de",
  "topics": {
    "object": "list",
    "data": [
      {
        "id": "1",
        "object": "notification_topic_preference",
        "preferences": {
          "email": "immediately"
        }
      }
    ]
  }
}
Previous
Delete