Using Brevo, having difficulty emailing a selection of users using the SMTP

Hi all,
I’m having difficulty sending emails to a selection of users using the Brevo - Send SMTP Mail built in template. Every time i try to make the selection as below.

I’ve tried various different methods using the ‘insert dynamic data’ but all my attempts result in a ‘toexemple@gmail.com’ output for my ‘to_email’ field.

Is it possible to send to a selection of users like this, or do i need to try a different method ?

Thanks all.

Hi there,

In order to send an email to a list of users you’ll need to create a recursive workflow to pass each user’s email item# through a loop.
Enable API backend Workflow in your app setting and create a loop to run through each user in the list.
Alternatively, you could try scheduling API workflow on a list if the list is rather short.