Hi, I’m looking to automate emails based on my database formulas and am not sure if it’s even possible in bubble or which mail provider is best suited for this. Example: Say User has a Car attached to them, and I have a separate table referencing User as Owner and on the same row there will be Engine Type, Interior Type, etc. When user is registered to app, I want the first email to include a custom recommendation about Engine Type maintenance if it fits a particular criteria. That criteria might be something like Engine is In Need Of Repair or is 1 years old and needs to be serviced. In one month from that email, I want to see which other Car variables are due for maintenance and include those on that email. Haven’t been able to find an answer quite yet and appreciate any feedback.
Setup your database structure to have all variables you want to work with. Setup backend workflows to send the email. Schedule the workflows to run conditionally based on the variables you store. Use dynamic expressions to add to the email the variables you want to include.
1 Like
Thank you for that!
1 Like