Hi can anyone help me make this, so i have a database of details ie customer name/price last time/address/mob number and the app will text remind them in a years time that its time to have their gutters emptied again
Edit* this is to promote them having the same service in a years time, i cant assume they will put it in the diary at home. It is to promote and advertise to previous customers again.
This is a very specific app, wouldn’t it be easier for them to just put a reminder in their calendar?
Your app would be more useful if it were to remind you to clean various things and not just gutters, and also cleaning and decoration tips would help to have more people using your app, so to complete all of this you can let people send their own tips, as if it were a community
the app is yours, you choose what will happen
1 Like
So this is just a function of the app? I had understood that the application was just for that, sorry
but I think bubble has a function to calculate time space in the database, so you could try putting it in the workflow or somewhere else
[after 365 days send “clean gutters” notification]
You can try “Recurring Event” in backend workflows: Recurring event | Bubble Docs
First create a Recurring Event in backend workflows, then you can set or cancel this workflow with selected frequency in any workflow block.
If you can’t find backend workflows in pages section, you enable it in “Settings / API” section.
I hope this will be useful