NovuN
Novu2y ago
Johan V.

Send notification to multiples users with SDK

We would like to send an email notification to a group of subscribers. We are using topics for that (the group of subscribers could be different each time).
Repro steps:
  1. Creating a topic
  2. Adding subscribers
  3. Trigger notification (to: topic)
  4. Removing subscribers
  5. Removing the topic
    We observed that point 3 only registers notifications to send, and if we start removing subscribers and topics immediately after triggering notifications, emails are not sent to anybody.
    What is your recommendation? How should we send notifications to multiple users at once? How to implement that in a proper way (with topics or triggering messages in a loop per subscriber?)?
Was this page helpful?