Exclude subscriber ids on topic trigger
It would be great to provide an optional list of subscriber ids to be exluded when triggering a workflow with topic. Our current workaround right now is to either:
A) create several topics and let certain user types subscribe to them.
B) Provide an array of subscriberIds to ignore as payload to the workflow
3 Replies
@Axel Dickson
If I am not wrong, you are looking for list of subscribers to be passed as actor
currently we support single subscriber
I think the list of subscriber ids to ignore should be a separate input. The actor is great for including information about who triggered the notification. But in addition to that we want to exclude other subscriber ids!
Thanks, sharing feedback with team