Categories are labels used to organize templates and filter notification feed items. When a template has a category assigned, all notifications sent with that template carry the category — allowing end-users to filter their feed by category.Documentation Index
Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Managing Categories
- Go to Categories in the sidebar
- Create — Click “Create Category” → Enter name and optional description → Save
- Edit — Click a category → Update name or description → Save
- Delete — Click delete → Confirm removal
Category Properties
| Field | Type | Description |
|---|---|---|
name | string | Category name (unique per app) |
description | string | Optional description |
Feed Filtering
End-users can filter their notification feed by category using the SDK or feed API. See List Feed for the full API reference. This only works whencategoryFilterEnabled is set to true on the template’s channel configuration.