Webhooks is a term you might have heard before in other apps, and you might have been hooked on it (pun intended ๐), wondering what it is about. We are very excited to announce that the Webhooks feature is now available in the latest version of Strapi released today!
The full changelog can be found in the repository here.
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?