Hi!
I have integrated the Sendgrid API (using the API connector). I am now trying to send email in batches (ex: 100 emails at the same time, and each email would have dynamic parameters)
It is working well when I put just one email address. However, when I add a list (like the example below) it doesn’t work at all. How can I send email in a bulk way?
Hi!
I have the same problem - it sends an email to 1 recipient ok, but if it’s a list of emails, just doesn’t send (sometimes it sends it when the list contains 2 emails).
Have you figured out what the problem was?
You might find a better solution for your emails by integrating Postmark instead of SendGrid and using the free Postmark plugin (there’s a workflow for batch emails).
@redvivi A looping backend WF works fine, thanks! I was just curious why the original Sendgrid function of sending emails to a list wasn’t working properly.