Skip to content

Conversation

@Aviatorscode2
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Oct 28, 2025

MRK-1105 Push section

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 28, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch MRK-1105

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Aviatorscode2 Aviatorscode2 changed the base branch from channels-and-integration to main October 28, 2025 21:33
@Aviatorscode2 Aviatorscode2 changed the base branch from main to channels-providers-integration October 28, 2025 21:35
@Aviatorscode2 Aviatorscode2 changed the title Mrk 1105 Mrk 1105 (Push page) Oct 28, 2025
Whether it's a promotional alert, a system notification, or a critical update, push notifications are key to enhancing engagement and retention.

Novu simplifies the process by offering a unified API that supports multiple push notification providers, enabling reliable and efficient message delivery.
Push providers are the services that deliver notifications your subscribers' devices which can be delivered through mobile, desktop, or web. Each provider will need to be set up individually in the Novu dashboard.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Push providers are the services that deliver notifications your subscribers' devices which can be delivered through mobile, desktop, or web. Each provider will need to be set up individually in the Novu dashboard.
Push providers are the services that deliver notifications your subscribers' devices, which can be delivered through mobile, desktop, or web. Each provider must be set up individually in the Novu dashboard.


Novu provides a unified integration layer that connects your workflows to these providers. Once you’ve configured your push integrations, Novu automatically handles message delivery, routing each notification through the correct provider without requiring extra setup.

This lets you manage multiple integrations even for the same provider, all from one place, giving you full flexibility and centralized control over your push notifications.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sentence is too long. Break it up.


This lets you manage multiple integrations even for the same provider, all from one place, giving you full flexibility and centralized control over your push notifications.

## Key Features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Key Features
## Key features


## Key Features

- **Multi-Provider Support**: Integrate with providers like Firebase Cloud Messaging (FCM), OneSignal, or Apple Push Notification Service (APNS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sentence case for features, not title. Also, periods at the end of sentences.

### Add the Push channel to your workflow

## Supported providers
Next, include a Push step in an existing or new workflow. This step defines when and how a push message should be sent as part of your notification logic.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean "Add a Push step to a workflow"?

If a user logs in to their device and their device gets registered to their subscriberId, and then this user logs out and a friend logs in, so these device tokens should be removed from user's credentials.
#### Remove a specific token

To remove device token(s) from subscriber credentials, follow this process:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To remove device token(s) from subscriber credentials, follow this process:
To remove device tokens from subscriber credentials, follow this process:

#### Remove a specific token

To remove device token(s) from subscriber credentials, follow this process:
- Fetch the subscriber's current token list.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be numbered steps. The step order is important.

);
#### Remove all tokens

To remove all device tokens for a provider (or for a specific integration), update the credentials with an empty array.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To remove all device tokens for a provider (or for a specific integration), update the credentials with an empty array.
To remove all device tokens for a provider, or for a specific integration, update the credentials with an empty array.


## Supported providers

Here are the providers that are currently supported by Novu:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Here are the providers that are currently supported by Novu:
Novu supports the following providers:


<Cards>
<Card title="Firebase Cloud Messaging (FCM)" href="/platform/integrations/push/fcm">
Learn how to use the FCM provider to send push notifications using Novu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put periods at the end of sentences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants