Theme

Notification Topic Preferences

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

AttributeTypeDescription
idstringThe unique identifier for the Notification Topic Preference.
objectstringThe type of the object, in this case, it's 'notification_topic_preference'.
preferenceshashAn hash containing a preferences.
user_idstringThe unique identifier for the associated user.
topic_idstringThe unique identifier for the associated notification topic.
{
  "object": "list",
  "url": "/notification_topic_preferences",
  "has_more": true,
  "data": [
    {
      "id": "1",
      "object": "notification_topic_preference",
      "preferences": {
        "email": "immediately",
        "microsoft_teams": "never"
      },
      "topic_id": "1",
      "user_id": "1"
    }
  ]
}
Previous
Create or Update