Webhooks is a term you might have heard before in other apps, and you might have been hooked on it, wondering what it is about. Webhooks are a simple way for your different applications to communicate and get notified when a new event happens.
Hi, i am new to strapi and couldn’t understand how to use webhooks.
Requirement: whenever admin adds a content in collection (notifications), the event should be triggered with the latest data(eg: we are back with new offers) and it should be visible on react/next js website without refreshing the webpage.
We have created the webhook. But do we subscribe to the data that is sent from it?