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

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.
notification_topic_idstringThe 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"
    }
  ]
}
Previous
Delete a Notification Template