Hi Gliders,
To start, I am using the Glide Apps free plan.
For our church, (where I am a volunteer) I am building an app where church members can submit prayer requests. (For now)
The idea is, that later we will build out the app further but for now, we start with prayer requests first.
We would like to have some kind of notification system in it for when a new user has registered, when there is a new prayer request submitted, or when a prayer was answered.
I know that with Glide Apps it is not possible to use push notifications.
But are there other ways to get some kind of push notification working?
For now, these notifications are only meant for one or two people and not everyone that is registered.
Because it is for our church and everyone is an unpaid volunteer, there is hardly any budget.
That is also the reason why for now, we are using the free plan.
It would be nice if the push notification alternative is free or very cheap.
I know that it would have limitations but maybe we could work around them.
I think it should be possible with email notifications, but I am not sure if there is any limitation on this. Push notifications would be nicer.
I hope some of you could share your thoughts or experience with me.
I know that one time I had read something about some alternative or something like an app that could act like a push notification, but I am not able to find that post anymore.
Many thanks in advance for all your tips and trick.
We can use third-party services which can send email, text, or WhatsApp notifications to the respective user. Feel free to reach out in case of any questions.
Thanks for the tutorial, If I may suggest an alternative to enable sending native push notifications to specific devices with Glide apps. (It’s in beta)
Here is what is needed:
Onesignal account: Android and iOS platforms must be setup to obtain related ‘APP IDs’ - A short tutorial is available on: nativator.io/documentation
Convert Glide app into a native mobile app with Nativator.io: the Onesignal is configured by default so your App IDs will be integrated to be able to send and receive push notifications.
Zapier account: To create a Glide app <> Onesignal zap (send an advanced push notification)
So far so good! you are ready to setup your glide apps notification. Please note this is a beta workflow, as it is still under test with and by Nativator.
What’s next?
In order to target a specific device, we need to get a ‘playerid’ in other words the user’s id number that will be used to send a push to him or her only. (If you want to send to all devices pls skip this part, sending to all devices is easy and straight forward and does not require playerid)
a) Where to find the Playerid?: Nativator appends the user’s playerid to the Glide app URL under parameter: playerid , so your app URL will look like: https://myglideapp.com/?playerid=123456 (just an example).
Thanks to Glide plugins (Get Part of URL), we can now extract parameter from URLs, here is how:
Under Data Editor, create a new column under the name of Playerid and define its value as …other >> Data & APIs >> Get part of URL
Setup the URL as: URL of the current screen // parameter: playerid >> DONE
b) Create a zap: Connect to your Zapier and setup your zap (Glide app > Onesgnal), generate Variables (VAR 1,2,3 etc),it’s done automatically.
c) Send a Push from Glide: After having set all field and published your zap, it will be available on your Glide app for usage under actions:
Hope this helps upgrade Glide native apps features! We are converting more and more Glide app and they look good! Thanks to everyone.
The make.com will sending Telegram message to Receivers chat with the Telegram bot.
So the Make have free tier with 1000 actions( each message event take 2 actions, so 500 sending notification monthly.
If need more, so you need to accounting in your Glide apps how may you already sended, and after quota left, you will use another Make account which have same confifuration.
Telegram bot is a free.
Another trick is: Make is watching new row in a google sheet and sending Telegram message to chat id from google sheet row.
And Telegram have Android and iOS apps with the push
Configuration of the telegram bot is natively “no code” Telegram features
Are you looking for how to integrate Glide with WhatsApp?
i have a glidepage with whatsapp integration demo. using glideapp or glidepage it can still be integrated with WhatsApp as long as it uses a spreadsheet database.
please open this link try it … if interested I can help you.