Multiple email addresses

Answered
1
0

Hi all,

Within the “Send email step” I would like to put more recipients (email addresses). Can I do this within the step itself or do I have to create a new variable to store those addresses in?

Thank you for your reply!

  • You must to post comments
Best Answer
1
1

Hello,

yes, you can send to multiple email addresses. The field receives data type string array, so you need to provide an array with the email addresses you want to send the email to. The best way to do this is by using the Split Text Step for all email addresses, and the destination variable will be a string array variable that you can use in the Email Step.

  • You must to post comments
0
0

Hi Tihana,

If you want to put more recipients in Send email step, you can do that within the step itself by separating the email addresses with “, “or “;” characters. You can also store them as a string array variable using the same logic. Hope this helps!

Regards,

Jakov

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.