Skip to main content

InboxFeedFilter

Read-state, category, tag, and archive criteria selecting inbox entries.

Usage profiles​

UsageFields and validation
In requestsView fields

In requests​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
unseenOnlybooleanOptionalWhether the inbox filter selects only unseen messages.
unreadOnlybooleanOptionalWhether the inbox filter selects only unread messages.
feedIdsArray of stringOptionalFilter by Novu feed identifiers.
categoriesArray of stringOptionalCategories used to select inbox messages.
tagsArray of stringOptionalFilter by workflow tags (OR logic per Novu semantics).
archivedbooleanOptionalWhen true, include archived messages. False or omission selects the live inbox and excludes archived messages.

Where used​

ReferenceRelationship
Get inbox feed messagesPOST /api/v1/notifications/get-inbox-feed

Download the public reference contract.

Document: DOC-API-MODEL-inbox-feed-filter.