Posts

Showing posts from September, 2024

SitecoreForU All Blog Links 2024

Sitecore XM Cloud XM Cloud and Azure Function Power Of Sitecore Module In XM Cloud Creating Component in XM Cloud using Component Builder Common Errors and Limitation in XM Cloud Development Migrate Content Between XM Cloud Environment Steps to Generate Access Token for Authoring API Endpoint in XM Cloud Understanding Search Query With Pagination Using GraphQL In XM Cloud Understanding Forms in Sitecore XM Cloud Sitecore Content Hub External Component In Sitecore Content Hub Using React Sitecore Content Hub One Create and Fetch Content From Sitecore Content Hub One using GraphQL and React Docker Facing Error With Solr Docker Service Not Healthy Switching From Docker Desktop to Docker CLI Sitecore SXA Anti-forgery token validation failed : The required anti-forgery cookie RequestVerificationToken is not present Implementing Custom 301 Redirect in Sitecore SXA Sitecore XP How to write Solr query using SolrNet Sitecore PowerShel...

Sitecore XM Cloud Form Integration with Azure Function as Webhook

Image
Hello everyone, In this blog, we will see, how Azure Function can be used with Sitecore Forms. Before starting, I would request everyone to read my previous blog on XM Cloud Form as I am not going to go deep with how to create forms in XM Cloud. Creating Azure Function : Will serve as our Webhook Creating and Integrating Form : XM Cloud Form Creating An Azure Function I will not explain how you can create Azure Function with Http Trigger. You can check this youtube link here . Also in reference section, I will provide the link how you can connect and deploy your changes to azure function using Visual Studio. Azure Function Code : Its just a starter code which Azure function by default. Creating XM Cloud Form and Integrating with Azure Function Step 1 : Create a form from Form Editor and once form us published, you can see the below view in preview state. Here you can edit your form too. But it always recommended to use a version of that form as whatever changes is done will ...