Notification Topic Preferences
About Notification Topic Preference
What are Notification Topic Preferences?
Notification Topic Preference allows us to set up the preferred topics for notifications from Cirro.
The Notification Topic Preference object
Attribute | Type | Description |
---|---|---|
id | string | The unique identifier for the Notification Topic Preference. |
object | string | The type of the object, in this case, it's 'notification_topic_preference'. |
preferences | hash | An hash containing a preferences. |
user_id | string | The unique identifier for the associated user. |
notification_topic_id | string | The unique identifier for the associated notification topic. |
Example
{
"object": "list",
"url": "/notification_topic_preferences",
"has_more": true,
"data": [
{
"id": "1",
"object": "notification_topic_preference",
"preferences": {
"email": "immediately",
"microsoft_teams": "never"
},
"notification_topic_id": "1",
"user_id": "1"
}
]
}