Send email with email address from users input:

0
Hello wizards, I have a “send email” micro-flow where a string variable “email address” is created at the beginning of the microflow, it works if I set the value of this variable as constant (i.e. as a default email address); i would like this to be dynamic and send out emails with user input email addresses, how do I achieve this?
asked
1 answers
0

Hi Diane,

You can pass in a string parameter and use that as to address. E.g. call the string parameter as ‘To’ and map it to email to address. In the parent microflow you can pass in the parameter from the object where you are saving email address for a user. E.g. If you are saving user email address in account entity than, you can pass in $Account/EmailAddress as input string parameter.

You can have a look at ‘_Examples’ folder in ‘EmailTemplate’ module. 

 

Hope this helps!  

answered