Send customized notifications when triggering events via topic.
We have a use case where we want to send customized notifications to subscribers of a topic.
We have been sending some notifications to individual subscribers and adding some information related to the user in the payload.
We want to add a new type of event where we add multiple subscribers to a topic and then trigger the event. However, we are losing the ability to send the data related to every unique user. I am not able to find anything related to this in the docs.
We want to add a new type of event where we add multiple subscribers to a topic and then trigger the event. However, we are losing the ability to send the data related to every unique user. I am not able to find anything related to this in the docs.
7 Replies
cc: @Pawan Jain
So you want to send different payload to each subscriber?
Yes
Currently it is not possible with topic
So the alternative is to trigger the event individually for each subscriber right?
@Rishabh-PriceLabs, you just advanced to level 3!
Yes