How can we send bulk mails from service node

I have a requirement to send a mail to multip people at a time from the service with response from previous node.

Thanks.

Please refer to the below topic:

I am able to send one mail at a time. How can we give multiple mails ids in the service node. In the headers section ‘to address’ I gave ABC@gmail.com it worked.
If I give ABC@gmail.com, xyz@gmail.com it doesn’t send mail to any of the two.
And I have DL of mail ids how can I send to them.

Thanks

Hi @m.satish512, Could you use the multi-item option at the entity node?

The multiple item would store the collected entity values in the context as an array.

Please refer to the below configuration for more details.

I have created an entity node of type “email”, enabled the multi-item option. At the service node, I’m passing the entity values collected in the header to a service URL.

image

image

image

image

image

Could you add the process to send a single mail at the end of the bot conversation. Thank you.