Bubble Email Send Limit

Is there a limit to the amount of emails that can be sent out per min/hour/day or anything?

If youā€™re using Sendgrid itā€™s a question for them.

What about the standard ā€œsend emailā€ action though?

Basically i want to notify about 500-1000 users when a new Thing has been created.

There are limits with SendGrid, according to their API (v3) you can also check what rate limit allowance you have left for the current refresh period;
https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/rate_limits.html

Also, there are a couple of other limits mentioned in the documentation;

2 Likes

Thanks for this.

But does the standard Bubble Action to ā€˜send emailā€™ utilize Sendgrid and therefore fall under these limits?

The real question is, do you want to have the email come from bubble.is (or bubbleapps)? If the answer is No, then use SendGrid, or a.n.other via your own api workflow integration.

As for for what limits exits using the bare bubble implementation, I sent a ā€˜confirm emailā€™ to myself then looked at the email header, it came from AmazonSES services, and yes there are limits on that as well, which appear to be more restricted than sendgrid (in the sandbox at least, but you can move out of this and lift limits on request). Read all about it here:
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html

2 Likes

Iā€™d also like to know the best way to send emails via the built-in email function. If I have to notify 1000 people, is it best to do it in batches of 10? 20? 100? Do dayparts matter?
At what threshold would I be better served with another API like Mailchimp?

7 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.