Sendgrid send to a list of emails

I am able to send to a single email address using a template I setup in Sendgrid. But I want to send to a list of emails. I have been trying with no luck.

2 potential solutions:

You can likely run a workflow on a list (in the bubble API) and have this send each of the emails.

You may also be able to connect directly to sendgrid’s API (from Bubble) and then send them a large set of data and have them email a lot of people that way (so a single WF on your end).

Thanks for the reply. Let me describe my problem a little better.

Using the Sendgrid API, I have the “To” variable set to a “List” of emails.

It will send when I put a single email address, but not when there are 2 or more addresses.

My list can contain 10 to 200 email addresses.

I have tried separating the addresses with a comma or semicolon in a bubble single “Input” field.

I have tried using a bubble field “list of texts” containing a of addresses separated by a “Return”, comma or semicolon.

Sendgrid does a great job of sending a single email. I’m hoping it will do the same on a list.

1 Like

Strange you can’t get this to work. I’m connected to SendGrid through the Bubble integration in Settings, and when sending emails out from my apps to lists of users it just works, and SendGrid sends the emails. Usually I’m not trying to comma separate text values, instead I’m comma separating User Emails by adding a Doing a search for user:'s Email: join with “,” in the To field while sending an email workflow. This may be a bug with the plugin you’re using. Can you try sending to a list with the default email sending workflow action instead?

1 Like

I’m missing something. I can send to a list using the bubble send email api, but when I use the same list and try to send it in Sendgrid I get this error.