@Abracadalo hi, Iโm creating a property rental management application, and I need to create a billing rule and it will have reminders before the monthly rent payment date, before the contract expires and other reminders.
It is possible to build such a feature with our Notification API. In order to create the reminder feature you will need to schedule notification parameter (date) of the Notification API. You can check our tutorial for the Notification API:
We are also working on a tutorial and Template for the reminder feature.
Hello, I saw the new post of adaloโs plan, and for API integration the plan is too high, see the option to make components, otherwise you will lose a lot of customers too, as adalo will lose.
Me app is still on sale and if Adalo doesnโt review the values โโand form of the plans, Iโll switch to another platform.
Because of Adalo new pricing plan, we are thinking to adapt our plans in order to be more accessible to our customers.
We are thinking about introducing bundles of api calls per months that would be less expensive than the subscriptions. What do you think about it? In other words to pay what you use.
hi, can i make a trigger notification of new chat messages? I have a chat in Adalo for users and I want that when a user writes and sends a message to another user, he would receive a notification about a new message? I can do it ? if so how? and will it work as a push notification to the phone?
Hello TonyS,
This is possible with our Notification API but also with the built in Adalo notification feature. In order to use our API you will need to create a new custom action.
With the Notification API you can trigger a Push Notification, you can also trigger an Email and a SMS. All notifications type can be triggered onButton Press, on a specific time in the future, and recurrently.
You watch the following video that will guide you how to use our Notification API.
You can also find more details in our handbook and in the following forum post
Hi @Abracadalo.
I am developing an employee management app in 2 versions Web & Mobile version using Adalo. The App is developed to provide a means of notifying all users whenever a new Post or Event has been added to the App. At present users are only able to receive notification/s when a new Post or Event has been created using the Mobile version but not when using the Web Version.
I would like to know if it is possible to set a up a scenario (using Abracadalo or make.com) that I can use to send Push notification to the Mobile app whenever a new Post or Event has been created or added to on the Web App.
Ciao @Abracadalo,
I would like to integrate the notification function on the app that is almost ready (just missing this function).
My situation is a bit peculiar:
a. I have a collection of dates on which a particular waste is scheduled for pickup;
b. I would like the notification to be sent 4 hours before the day of collection.
I created such a situationโI hope the screenshot is comprehensive enough:
I basically did a calculation that takes 4 hours off the stroke of pickup day;
then I added a โvisibilityโ rule I would like to avoid sending unnecessary notifications on days when the retreat is not scheduled.
Firstly we want to thank of considering our service for your application. Thank you for your support!
In order to give you the best possible help we will need to know a little more about your app. What your app is about? Will you create an ยซevent ยป and in the creation process you need to schedule an notification for 4 hours before the event? Or will the collection will be the same, for example every week, and you need a recurrent scheduled notification every week 4 hours before the collection?
Ciao @Abracadalo,
thank you for replying to me.
I will go into the details of my app with the info you requested:
I created an app that is a waste management calendar for a few locations in my area. The calendar is pre-loaded, the user will see the waste expected for the next day. The user will only see the expected waste based on his location;
I have a collection with calendar dates loaded via a CSV. The date collection is linked to the โRejection Typeโ collection;
The list displaying the rejection for the next day is sufficient on the โDateโ collection. This is updated every day and provides information on the expected collection at that location;
I cannot use festivities, as there are feast days on which there are no retreats.
So I was thinking of attaching Abracadaloโs notification to the โWasteโ list, which is within the โDateโ category. This way I get the information needed to trigger the event. Or at least I thought of it that way.
The rejection to be withdrawn is updated at 00:00 the next day. I would like the notification to reach the user at 8:00pm the day before. For example:
tomorrow is the wet waste;
today, at 8:00pm the user receives the notification in their app advising them to put the wet waste outside the door.
I hope I have given you the right information so that you can better understand the app I have developed.
Thank you in advance for your invaluable help
Ciao a tutti!
I revised my template.
I activated the custom notification action to the โdateโ list by setting a delay of 20 h and โstart of dayโ as the date.
In theory it should trigger the notification 20 h after 00:00 each day. This is according to the visibility conditions which I do not know if they are taken into account by the custom action.
I hope the reasoning will lead me to the final solution