Problem with notifications, they are very inconsistent!

We’re having issues with notifications.

  1. They worked fine yesterday, but they’re not arriving today.

The user makes a reservation and sends a trigger notification to the venue provider, but it no longer arrives.

  1. Another problem is that we tell it to send these notifications to users whose value is “sellers>true,” but it sends them to everyone.

Is anyone else having the same issues?

It’s a lot of hassle. I don’t understand why it works one day and not the next, if nothing has changed!

Notifications not arriving (possible causes & solutions)

  1. User Activity Status: Adalo sends notifications only to users who have been active in the app within the last two weeks. make sure that the venue providers have logged into the app recently.

  2. Installation & Permissions: confirm that the venue providers have the app installed on their devices & have granted the necessary notification permissions

  3. Trigger Notification: the Trigger Notification action is placed at the beginning of your action sequence. placing it after other actions might prevent it from executing properly.

  4. Native App Requirement: push notifications function only on native iOS & Android apps. They will nott work on Progressive Web Apps (PWAs).

Notifications Sent to All Users Instead of Filtered Group (possible causes & solutions)

  1. Filter Configuration: check the filter conditions in your Trigger Notification action. make sure that you are correctly filtering users where the sellers property is set to true.

  2. Data Type Consistency: verify that the sellers property is a boolean and not a string.

  3. User Selection Method: instead of selecting All Users, opt for Multiple Users & apply the necessary filters to target specific users.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.