Push notifications to group of users

Hi, I have an app that is used for selling tickets. Multiple users can sell tickets for a single event.

Assuming that each user has enabled push notifications in the mobile app, is it possible to send a notification to all of the users who have opted in to notifications?

For instance if there are 5 users capable of selling tickets and User #1 sells a ticket, can the app notify the other 4 users that a ticket has been sold?

Thanks

Hi

I’m not in the editor now so sorry for not being accurate. You can achieve this by doing something like: Do a search for users (constraints: “selling capability=yes”;“Tickets sold:no”): each users’s devices. For a better guidance we need your data types and fields.

Anyway I’m sure you got the idea!

Happy no coding!

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