Hi, I was researching today about push notifications and I wanted to know if anyone has a solution on how to turn these notifications into notifications that are carried out automatically? Is there a repeating countdown that can do this?
thanks
Hi, I was researching today about push notifications and I wanted to know if anyone has a solution on how to turn these notifications into notifications that are carried out automatically? Is there a repeating countdown that can do this?
thanks
Check out Adastacks. It will require you have a plan with API functionality but you can create scheduled and delayed push notifications.
As it stand with the Adalo builder you won’t be able to automatically schedule these with current Adalo features.
I thought about taking a countdown component and doing a push notification as soon as the countdown ends. The thing is how to make it work in a loop
What’s the use case for your notification? Is it just generic push notification?
Not sure if this will work or not. But create two countdown timers. One will send the notification and trigger the other countdown timer(do a second or two). When the second countdown timer finishes it will trigger your initial countdown timer that pushes the notification.
This would create a loop. Only problem is setting who is getting the notification.
This is possible. You would have to have a dedicated computer left on a web brower page that is a separate app but connect to the same database. You can have countdowns and have it run the list over and over again until the date hits and then have a true or false value to complete it so it don’t keep running in the pending list anymore. That’s a free way and keeping it in house.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.