Hello It i possible to send notifications not for every event but only every, for example 5 events?
In particular my user send a notification to another user when publish something but if he publish 5 post in 10 min arrive 5 notifications equal. It is possible to send only one, maybe setting some conditioning?
Any advice?
Hello, you can create a date and time property in the User’s collection. And call it " Last post ". Then go to the button that creates the post and sends the notification, and set the notification action to be sometimes available when the Logged in user => last post is before the start of today. Finally create an action which is updating Logged in user and set the “Last post” property to current time.