Posts

Showing posts with the label Webhook

Sitecore XM Cloud forms webhook integration via Sitecore Connect

Image
  Sitecore XM Cloud forms webhook integration via Sitecore Connect Previously we learned about Defining webhook in SitecoreXM Cloud Forms , now we will see how these webhooks can be integrated via Sitecore Connect. Sitecore Connect is a feature that allows integration between Sitecore and external systems or services. Webhooks are a part of this connectivity strategy, enabling real-time data exchange between Sitecore and other applications. Sitecore XM Cloud forms with webhook integration via Sitecore Connect typically works as follows: 1. Form Creation: Create a form in Sitecore XM Cloud using the form builder. Design the form fields and layout as needed for your use case. 2. Webhook Configuration: In Sitecore Connect, set up a webhook endpoint. This involves specifying the URL where form data should be sent when submitted. We may need to configure authentication methods for the webhook, such as API keys or OAuth. 3. Form Submission Event: Configure the form to trigger the we...

Defining webhook in Sitecore XM Cloud Forms

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