Well it’s not that it’s better, but rather that Glide doesn’t support app push notifications (apart from those related to the chat component on an Android device AFAIK). So if you want to notify your app user about something important then you have email or SMS (and potentially WhatsApp with a few gotchas). In my scenario SMS works well, although there will be a cost of circa 2.5p (0.025 GBP) per SMS.
As an aside, the lack of push notifications is a general issue for most PWAs right now, not just those created using glide.
The only downside to this is it is either costly or has a huge delay. I created a free method for this a year ago and listed exactly how to do it 100% free and the SMS is sent immediately.
Hi @Drearystate that’s interesting as I see absolutely zero delays. It’s really instant. Can you explain what you were seeing as perhaps it was not configured correctly?
Regarding pricing, my customers just create their own ClickSend account and our Integromat scenario uses this directly. For the typical size of their client bases and the frequency of notifications it seems very affordable.
As a “plus side” the ClickSend dashboard and stats are really useful, plus you can even handle replies to the SMS if you need to.
I have had a delay and Im on basic plan. I attempted to use this in place of my notifications before and it still has a 5 minute delay using webhooks. They go into a queue . I don’t know how often you send sms but I have to send on average 4 sms everytime I send.
So it ends up sending the 1st one right away then queues the others every 5 minutes. This doesn’t work for me as I need 4 ppl to be notified at a time and instantly.
Strange. I am also sending multiple webhooks with zero delay. I really can’t see it being of much use if you had to wait potentially 30 mins for, say, 6 hooks to fire? The queue is there specifically for webhooks that can’t be processed because your scenario isn’t running. No other reason. The only difference as you start to pay is a larger queue. Maybe you tried this a long time ago? It certainly doesn’t work like that now.
You may be right. I tried it when we were first able to use webhooks. I paid for different plans to try and see if it worked and I could not get it to work instantly.