Joe
March 8, 2024, 7:33pm
1
Hi all - is there any update to push notification enhancements? I’ve read there currently is no time set push notifications
Does anyone know how I can enable the following reminders?
Weekly (or every 3 days), etc. - ex, Every saturday a push reminder goes out to everyone automatically
Overdue - whenever a specific task goes overdue a reminder gets sent that the item is overdue
I feel i understand how to get a push notification if someone uploads a post or has a comment on it, but not the above 2 scenarios.
Thank you
1 Like
Time-based actions are not available now. Same answer for your “overdue” question.
Joe
March 9, 2024, 2:00am
3
ok, thanks. Is there any work around or options you recommend? I just am reading about Make and i know there’s zapier. I’m a maker member now so not sure if that matters on other available options.
Thanks
You can use automation tools to trigger scheduled notifications and deliver via email or text. But you cannot trigger scheduled push notifications.
1 Like
Joe
March 9, 2024, 2:49am
5
ok,thank you. So I’m looking at make now and trying to figure out how to have scheduled notifications via webhooks. Is that the right approach?
No, not really.
You would need something like:
Fetch the data you need via the API
Iterate through it, and send notifications to those users that match whatever criteria you set.
Schedule the above to run at an interval of your choosing.
1 Like
Joe
March 9, 2024, 3:04am
7
Could you guide me a little more? I’m just looking to send a reminder notification to all users to login every other day.
Joe
March 9, 2024, 3:33am
9
maker, i just signed up for the year not realizing no time notifications yet. Trying to work around this
I think you might struggle to do this on Maker, as you really need access to the Glide API.
Unless you are using a Google Sheet as a data source?
Joe
March 9, 2024, 4:14am
11
I’m using both Google sheets and tables in glide.
Okay, so given the below goal:
your Users table needs to be a Google Sheet. Assuming that it is, the steps would be as follows:
Start with a Google Sheets module to return all rows in your Users Sheet
Use an Iterator module to process the returned rows one by one
Use a GMail module to send an email to each user
Schedule the scenario to run once per day
1 Like
Joe
March 12, 2024, 8:17pm
13
Thanks, i’ve tried this method through Make now. Hoping it works well as an intermediary!
Joe
April 3, 2024, 1:59pm
14
Hi all - anyone know if there’s any update to glide non-action based push notifications?
I’ve used Make to email users a time based reminder, but would love to have push notifications sent to each user based on overdue task items (non-action push).
Thanks!
Joe:
non-action based
Time-based actions: not as of yet natively in the action editor.
Joe:
push notifications
I quote @NoCodeAndy
There are issues with web push notifications on iOS, which is why it’s still in Preview mode. Twilio should be a more reliable alternative, or routing through another 3rd party via Zapier.
2 Likes