How to Send Email to a particular group of users through email template

0
We want to Send Email to a particular group of users through email template. We want some guidance for this. It would be helpful for us to have your Expert advice.
asked
2 answers
0

Hi IMTS,

 

if you have your users in the string concatenated with ' ; ', then you can send your email to a group of users at once.

 

image.png

 

Hope it helps.

 

answered
0

Screenshot 2024-08-26 135720.png

 

Screenshot 2024-08-26 140443.png

Just follow these steps:-

Create a microflow ,in the microflow create a string variable & pass the comma seperated email, see the above image.

At the end use the SUB_SendEmail microflow from by default email module.

answered