I'm working on a notification workflow where the recipient is defined dynamically. In this sample workflow (see image), I have a parameter called RESPONSIBLE_USER and its value comes from our backend. This part works fine.
Now instead of notifying one user, I need to notify a dynamic group of users, where the list of recipients would also be provided by our backend.
My questions are:
- Does ION Workflow support sending notification to a dynamic list of users provided through a parameter?
- Is there a way to pass multiple recipients (e.g., user ids, emails) into a workflow notification setup?
- Is there a recommended way to implement what I'm trying to do?
Thanks in advance.