Multiple recipients in one field

Hello everyone

I have a Webhook to send Emails via Email-Tool.

Webhook sends {to,subject,content}.

“to” can contain one or more recipients like “miller@test.com, info@test.com”.

If it is more than one I get the error “Invalid email address in parameter ‘to’.”

How can I either edit the Webhook or the Email-Module to work as intended?

Could you post a picture of what you have in the settings of both modules?

1 Like

Hi @supiflo,

If you want to send to multiple addresses you need to flip the map switch on the To field and map an array. If your source module does not output an array of email addresses, there are multiple ways to create an array manually. Here is an example by starting with an empty array:

Screenshot 2023-03-24 at 16.55.35

Good luck!

2 Likes