Arthur
NNovu
•Created by brucek on 3/30/2024 in #💬│support
Sending to 2 topics with the same payload and transactionId still delivers twice to same user
Hi,
I'm encountering the same issue with the following topics:
-
collections/:collectionId/comments
- assets/:assetId/comments
(where an asset can belong to a collection)
I need to send notifications to subscribers of either or both of these topics, ensuring no duplicates.
Additionally, since an :assetId
can be moved to a different :collectionId
, I’d prefer to avoid rebuilding topics on Novu's side. For this reason, I would rather not use collections/:collectionId/assets/:assetId/comments
as the topic key.
Would a good approach be to send a single bulk request so that the workflow is triggered only once per subscriberId?22 replies