Hello, I am trying to make my app send a reminder email to a user when it indicates t remind him of a task, I could do it for the normal workflow but I want the server to do it as a backend workflow every night, for the app to check all users and those who have the option to remind an active task to be sent email automatically
I’d be interested in seeing what others recommend because I’m sure there’s a better way than how I’d do this. I’d use https://cron-job.org, which is free. You can set up a daily cron to call your Bubble API endpoint and then in Bubble for that API workflow you can send an email to a list based on your search criteria.
Hope this helps.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.