I am trying to send a scheduled email using the API workflow, which I can do easily enough for every user in the list, but I’m trying to put a constraint on some users and struggling to figure out how, or if it is possible.
I’d like users to have a setting that allows them to choose whether or not they want to receive email notifications. When a certain action is triggered, I would like a set of users to be added to an email that will be sent to each of the users in the list individually, but only if they have chosen ‘yes’ to emails in their settings. The users that are being evaluated for sending the email come from a multi-drop down list, if this makes any difference