Skip to main content
Let subscribers control how they receive notifications using Novu’s built-in preference management. The Inbox component includes a preferences UI, and the REST API lets you read and update preferences programmatically.

How do subscriber preferences work in Novu?

Each subscriber has preferences at two levels:
  • Global channel preferences — opt in or out of email, SMS, push, in-app, and chat globally
  • Workflow-level preferences — opt in or out of specific workflows
When you trigger a workflow, Novu checks preferences before delivering each channel step.

How do I expose preferences in the Inbox?

The Novu Inbox includes a built-in preferences modal. Enable it in your Inbox configuration:
See Inbox preferences configuration for customization options.

How do I update preferences via the API?

Use the Update subscriber preferences endpoint to set preferences from your backend.

Frequently asked questions

Yes. Workflow-level preferences let subscribers disable individual workflows while staying subscribed to others such as security alerts.
Yes. When triggering a workflow to a topic, Novu respects each subscriber’s preferences before delivering messages.