Hello guys, I’d like to ask a question that may seem a bit silly so sorry in advance
Correct me please if I’m wrong:
Triggered notifications - can be done in Adalo and are pop-ups when the user opens the app.
Push notification - cannot be done in Adalo (can be done via custom actions?) and are pop-ups that are shown on the phone’s screen when the app isn’t opened.
(Scheduled Push Notifications | Voters | Adalo)
I’m trying to incorporate push notification but I’m hoping to find a better way than Zapier
Triggered notifications is done when a user sends a notification to another from within the app. Eg. send a message via a chat function (like WhatsApp).
Push notifications is done by the admin end. For eg. getting a user to check out a new promotion going on. I don’t think we can perform push notifications in the Adalo GUI for now and would require third party help, eg. Zapier
It is an API, so you are able to handle it in any way that an API is usually handled. This of course includes third-party apps such as Zapier/Integromat but of course can likewise be handled by a developer through their own code.
I am building a Jobs App and trying to implement a custom login feature as mobile number based login is predominantly used here in India instead of email…
I would require push notifications feature for sending notifications whenever we post new jobs to job seekers.
I did went through the example in Adalo API for Push notification. But what is asks for is an email id which is not something i have now or planning to use in future.
You can still use the email ID for the purpose of executing the API request. Simply create an email ID upon registration too which could be something like “mobilenumber@thispartdoesntmatter.com”. This way you would still have a unique email ID that is associated to the user.