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
| Attribute | Type | Description |
|---|---|---|
id | string | The unique identifier of the notification preference |
object | string | Always "notification_preference" |
locale | string | Selected language of the notification |
topics | array | List 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"
}
}
]
}
}