Is there a way to send push notification to only one device? #1301
Replies: 4 comments 2 replies
-
|
@JakovGlavac I think the easiest would be to create a new subscriber for that, but you mean in case where you have multiple push tokens assigned to a subscriber you want to only send to one of them? I think it's a great functionality, do you mind creating an issue for that? |
Beta Was this translation helpful? Give feedback.
-
|
From the release notes of last releases I didn't find a way to manage cleanly this use case. Is on the roadmap? For my company it's a critical feature to adopt Novu :-( One subscriber for token can be very complex to manage in the long run. |
Beta Was this translation helpful? Give feedback.
-
|
Workaround for this is to keep only one valid token in deviceTokens array. |
Beta Was this translation helpful? Give feedback.
-
|
The system I'm developing generates different types of events (for example: new-message, quota-warning, password-change). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I need to send push notification to only one device. For example test push notification so that i don't spam other devices. It's not a big deal but I think that it is a pretty basic feature. Let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions