Posts

Showing posts from July, 2024

XM Cloud Forms - Integrate with Google sheet via Sitecore Connect and Webhooks

Image
XM Cloud Forms - Integrate with Google sheet via Sitecore Connect and Webhooks XM Cloud Forms is a SaaS based Forms Solution, there is no CD Server, no Forms Database to store the data. XM Cloud Forms offers an easy way to send data to 3rd party applications without capturing user data with the use of Webhooks. We can say that XM Cloud Forms has the ability to facilitate the secure transmission of data to third-party applications via webhooks ü   Ensuring user data is not captured ü   But efficiently passed across various touchpoints. We already learned about Creating XM Cloud Forms, Defining Webhooks and Integrating webhooks to Sitecore Connect. Sitecore Connect recipe action have several applications available to connect with external systems like Sitecore Send, GraphQL, Slack, Gmail, Google Sheet etc. Considering a simple use case of capturing user details from a website. Here, we will see how the data filled in XM Cloud Form can be captured inside Google Sh...

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