Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/platform/concepts/subscribers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To deliver messages through push or chat-based channels, Novu also supports stor
- `deviceTokens`: Used to target mobile devices via push notifications.
- `webhookUrl`: Used by chat providers such as, Slack, Discord to reach the subscriber.

These fields ensure Novu can deliver messages reliably to all supported destinations, even when the channel requires platform-specific configuration.
These fields ensure Novu can deliver messages reliably to all supported destinations, even when the channel requires platform-specific configuration. You can manage them programmatically with the [subscriber credentials API](/api-reference/subscribers/update-provider-credentials) or visually from the **Credentials** tab on a subscriber in the dashboard.

<Note>
Each subscriber channel is limited to a maximum of **100 device tokens**. Requests that exceed this limit will be rejected. See [Platform Limits](/platform/developer/limits) for details.
Expand Down Expand Up @@ -596,6 +596,7 @@ The Novu dashboard provides a visual interface for exploring and editing subscri

- Searching and filtering subscribers by ID, email, phone and name.
- Inspecting user profiles, including structured fields, custom data, topic subscriptions and channel preferences.
- Managing channel credentials, such as push device tokens and chat provider endpoints, from the subscriber's **Credentials** tab.
- Performing manual updates or troubleshooting delivery issues

This is ideal for non technical team members responsible for managing subscribers or teams that want to audit or manage subscriber data without relying on code.
Expand Down
6 changes: 6 additions & 0 deletions docs/platform/developer/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Novu enforces default limits on specific resources and configurations. These lim

Reach out to us at support@novu.co if you are looking for a custom limit.

## Fixed validation limits

Some limits are fixed constraints that apply to all plans and cannot be customized:

- **Topic subscription identifier**: A subscription `identifier` supplied when adding subscribers to a topic must not exceed **512 characters**. Longer values are rejected. Omit the field to let Novu generate an identifier automatically.

## Frequently Asked Questions

<AccordionGroup>
Expand Down
Loading