Webhook to verify new product registrations

Good morning!

How could I create a webhook to receive a notification when a new product is registered in VTEX?

@wellingtonmezes good morning, how are you? Did you get a chance to look at this post: Ser notificado quando um produto/sku sofre alteração no catÔlogo

Good morning, Wellington! How’s it going?

There are a few options for you to achieve what you need.

One of them is to develop a system that can communicate with VTEX as an affiliate. This article explains how to set that up in a VTEX store:
https://help.vtex.com/pt/tutorial/integration-guide-consuming-catalog-information-for-use-in-an-external-service--3j15zRDuismM42Y8SoGMO2

Another option is to develop an app in VTEX IO that ā€œlistensā€ to notifications from the VTEX Broadcaster regarding catalog changes. VTEX has a repository with more information on how to do this:

VTEX itself has apps that make use of this second option, which might be good examples of code and functionality if you decide to go down that path. One of them is Availability Notify:

Hope this helps!

Thank you very much! I’ll check it out.

Thank you so much @bruno.monteiro, I’ll look into the best solution.