-
Notifications
You must be signed in to change notification settings - Fork 111
Mrk 1105 (Push page) #997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: channels-providers-integration
Are you sure you want to change the base?
Mrk 1105 (Push page) #997
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## Key Features | |
| ## Key features |
|
|
||
| ## Key Features | ||
|
|
||
| - **Multi-Provider Support**: Integrate with providers like Firebase Cloud Messaging (FCM), OneSignal, or Apple Push Notification Service (APNS) |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 |
There was a problem hiding this comment.
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.
No description provided.