Defining webhook in Sitecore XM Cloud Forms

Defining webhook in Sitecore XM Cloud Forms In the previous blog here we already learnt to create Forms, now its time to connect forms through webhook Firstly, we should understand what is a webhook? A webhook is basically a http request, that is triggered by an event, from one system and send to another system with a payload data. Webhooks are automated, so the data is automatically sent out to the destination system when the event is triggered by the source system through the configured webhook URL. Webhooks are typically used to connect two different systems. Sitecore XM cloud Forms uses webhooks to send data across different applications. To create and attach a webhook – 1. Open the Sitecore Form editor and go to settings from the top menu 2. Then click on Manage Webhook 3. From here we can use already added webhook or can create a new webhook. To create a new, click on Create Webhook button...