Daily Emails without 20 things limit?

How do I schedule a daily email to users for more than 20 things per day? I’m on the team plan and the limit is only 20 things.

Hmmm, are you talking about recurring events? And there’s a limit of 20 recurring events per thing or something?

I’ve never used recurring events but would recommend using scheduled API workflows.

Have a workflow ‘dailyemail’. Inside the workflow, schedule dailyemail to run at Current date/time +hours 24:rounded down to day.

In addition, Schedule API workflow on a list of Users (the users you want to email). In that workflow, send the email to the User.

Have you set up your own Sendgrid account?

You need to.

I use Postmark, but it’s up to you what you want to use.

Yes, recurring events. I checked the doc and it says there’s a limit of 20 things.

“Current date/time +hours 24:rounded down to day” - so this will check everyday and run at that specified time?

Also, does the schedule api workflow need to come after the first condition? Do you have an example?

I use brevo, just wondering how I can do a schedule api workflow on a list that will run everyday at lets say 5pm

In your workflow ‘dailyemail’, have a new action ‘Schedule API workflow dailyemail’ and set the time to run as Current date/time +24hours:rounded down to day. That’ll mean that every day, it schedules itself to run the following day.

Ok gotcha.

In that case I’d definitely use Zapier.

I’m sure George knows more about this than I do in Bubble.

So I have it on a button. So you’re saying, once I click the button, this will run everyday?

image

This will schedule the workflow to run once. Inside that backend workflow, you need to schedule the same backend workflow to run again. So, the backend workflow schedules itself (recursively).