How to Send Emails to a list of Users

I am attempting to use an API work flow list to send an update email to all users on my subscribed list. I created the email and the work flow, but it only send to the user I am currently logged in as. I tried it from two user accounts I have and it sent to each one separately, but not both together.

Is there some type of access I need to allow to give myself Admin access as a user to use the work flows to email all users on my subscribed list.

If so, how do I do that? If not, what else can I do to accomplish this?

You can save all subscribed users in user database as a list of Subscribed users and then schedule a API workflow on a list and send current user’s subscribed users list in the API workflow. In backend workflow you can send email to user email.

Scheduling a list will cost lot of WU @jangidrahul0409.

@becometheflow , sir can you tlsay wich email sender you are using there must be a bulk send option we use to send one email to lot of user via api.