How can I send a notification (new register created) from one app to another using wokflows? In a Publisher PRO plan
The project is a catalog
I have 2 apps, first app is an admin app where I create the item products, or edit the price, this app is used just for 1 person (the admin)
The second app is the catalog itself, it works under Publisher Pro Plan
I want that when the Admin App create or edit an item product, a push notification arrives to all users of the second app (catalog app) to notify that there is a NEW product or a CHANGE in a product.
Then you would need to have list of users in your field app so you would know where to send that notification. It could be the same table than in your admin app (if you have it already).