For the complete documentation index, see llms.txt. This page is also available as Markdown.

Announcement Categories

Announcement Categories help organize your announcements into logical groups, making it easier for users to find relevant updates. Categories can be customized with names and colors to match your prod

Category object

Announcement Categories have the following fields

Field
Details

id integer

Category ID

idx string

Encoded category ID

name string

Category name

color string

Hex RGB color code

company_id integer

Company ID

created_at string

The date & time the category was created (UTC timezone)

updated_at string

The date & time the category was last updated (UTC timezone)

translations object

Localized category names

Endpoints

You can use the following endpoints to manage Announcement Categories

  • Announcements - Learn how to manage announcements that use these categories

Last updated