Version 8.4
Hi, I need to send email to multiple emailID’s from a single step in a workflow. Can we give multiple recipients emails as comma separated string in the value for ‘to’ argument?
Version 8.4
Hi, I need to send email to multiple emailID’s from a single step in a workflow. Can we give multiple recipients emails as comma separated string in the value for ‘to’ argument?
@himabindu306 Yes, it should work. also it wiil work for bcc also
check some thread : Multiple Bcc Recipients - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community
Solved: Multiple mail recipients for email redirection - Compass
You can pass CSV of email ids for to argument if using the workflow step with action=“call:sendEmail”
You can also use a step with script where you can use SailPointContext method sendEmailNotification as shown below. The EmailOptions has setTo method that allows you to set list of email addresses to send email