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.