WORKFLOW - Send a push notification from one app to another

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.

Is this possible?

You would need to use Webhook / Appsheet API. That API call can then trigger your Workflow.

Thank you @Aleksi
Is it possible with the Publisher Pro Plan?
Is there any sample to check how the Appsheet APi work?

Let me check a sample…

I believe this article would be the best place to start with… https://help.appsheet.com/en/articles/1980031-invoking-an-action

I can´t resolve my problem. I read very comments. Please I need your help.

I have 1 APP and WEB APPSHEET:
The APP is to field team.
Web APPSHEET is to supervisor team.

I want that when the field team add information, a push notification arrives to all users in Web APPSHEET (supervisor Team)

Is it okay to send that Workflow/Notification from field team app?

@Norma
Do you want to send a push notification from a public app to a secure app? Is that what you want??

Yes, it is ok

I want to send web push notification from APP to WebApp, both Appsheet

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).