Hello,
We have a specific use case in which a custom object (child of account) needs to trigger an email to several persons. The recipients are users attached to opportunities of the parent account (2 different users).
With the standard BPM "send email" action, I can't cycle through the users linked to children opps.
We had the idea to gather the addresses on the Account in a custom text field. This works until you have several addresses.
I tried to separate email addresses with commas, semicolons and semicolons + space but I'm always getting errors in the logs: "PHPMailerProxy encountered an error: Invalid address:".
Any idea? I' d rather avoid code for this.
Cheers,
Damien