i’m having a hard time trying to figure out on how to send notification based on dater. for example, im key in a certain task or a reminder and i want the app or system to remind me a week before, 2 days b4, a day before or an hour before. is that possible with bubble?
Yes! Very possible. What you want to do is schedule an API workflow. To enable API Workflows, go to Settings > API > Expose Workflow API. This will reveal a new section in your page dropdown list called “API Workflows” (at the very bottom). Check out this video for a step-by-step: https://www.youtube.com/watch?v=RbQCCZfdzes
From there, you’d create an endpoint (similar to a regular workflow event) which would trigger the notification action.
On the page that schedules this notification, you’ll run the action “Schedule an API Workflow” where you can choose your endpoint and set the scheduled date.
For example, if you’re scheduling a notification for a task that is due on a certain date, you can schedule it for “Task’s due date +hours (-4)” or “Task’s due date +days (-1)”
Hope that helps, but do reach out if you need more help!