Revolutionizing CX with Real-Time, Always Up-to-date AI: Integrating Sitecore and Vertex AI for Dynamic Chat & Search

In today’s rapidly evolving digital landscape, providing real-time, accurate, and contextually relevant customer interactions is essential but challenging. Traditional AI models are often limited by pre-training cutoffs, leaving a gap in timely knowledge delivery. Google’s Vertex AI Agent Builder, combined with Sitecore, offers a powerful solution to this challenge. Leveraging advanced machine learning models and Google Search Grounding, Vertex AI enables businesses to build dynamic, interactive AI applications that deliver current, context-driven information to enhance user engagement and satisfaction.

Continue reading “Revolutionizing CX with Real-Time, Always Up-to-date AI: Integrating Sitecore and Vertex AI for Dynamic Chat & Search”

Sitecore Powershell Script for Google Cloud Services Authentication

Google Cloud Services, like Cloud Storage, Vertex AI, BigQuery, etc., are powerful cloud-based tools that could enhance your operations when integrated with Sitecore. However, authentication to Google Cloud follows a two-legged OAuth flow and can be challenging. This blog covers the steps involved in creating Service Account credentials and includes the SPE script that generates the JWT to retrieve a Google Access token, allowing you to easily streamline the authentication process for all background jobs that interact with Google Cloud services.

Continue reading “Sitecore Powershell Script for Google Cloud Services Authentication”

Sitecore Connect: Unable to Access Full API Response Body in Recipe Steps? Here’s the Workaround!

When working with Sitecore Connect/Workato, there are times when you need to access the complete response body of a previous step or trigger as a data pill rather than just specific parameters of the response object. This is especially useful when working with integrations like OpenAI, which can automatically process JSON without requiring manual mapping of each individual parameter by system integrators.

Continue reading “Sitecore Connect: Unable to Access Full API Response Body in Recipe Steps? Here’s the Workaround!”

Webhooks Not Firing from OrderCloud Portal? Here’s the Solution

Building robust integrations with OrderCloud often involves leveraging webhooks to react to specific events. However, many developers encounter a common issue: webhooks may trigger flawlessly when the associated events are executed from within the integrated apps but fail to fire when those associated events are initiated from within the OrderCloud portal. It took a little while for me to figure out, so thought to share with the community so it helps someone who might be looking for it. Let’s dive into the solution.
Continue reading “Webhooks Not Firing from OrderCloud Portal? Here’s the Solution”

Breakthrough in Content Generation: Improve Sitecore Content Operations with the higher token limits of Gemini AI

AI can be a game-changer, but complex tasks can hit a wall with restricted token limits. Google Gemini models boast industry-leading token limits: a whopping 1 million for the Flash model and a staggering 2 million for the Pro version. This means you can tackle even the most intricate content operations(generation/validation/optimization) efficiently by providing all the required context in your prompts without worrying about hitting a limit.

Continue reading “Breakthrough in Content Generation: Improve Sitecore Content Operations with the higher token limits of Gemini AI”

Unlocking AI Potential in Sitecore: Integrating Azure OpenAI using SPE

In today’s fast-paced digital landscape, leveraging AI has become essential for optimizing marketing and content operations. Integrating Azure OpenAI with Sitecore can streamline tasks such as SEO metadata generation, content validation, and more. This blog demonstrates how to integrate the Azure OpenAI, which is securely protected by Azure Role-Based Access Control (RBAC), with Sitecore using the Sitecore PowerShell Extension (SPE).

Continue reading “Unlocking AI Potential in Sitecore: Integrating Azure OpenAI using SPE”

Accessing Current Context Item in Sitecore Powershell Script

I was looking for a way to access context item in a SPE script that will be invoked upon a ribbon button click which I couldn’t find in any documentation. And I figured that in SPE scripts, we have a special variable called ‘$SitecoreContextItem’ that holds information about the context item. I hope this tip is useful to someone. Continue reading “Accessing Current Context Item in Sitecore Powershell Script”

Sitecore Connect: Improving Recipe Efficiency through Simultaneous Execution of Autonomous Actions

When constructing a recipe within Sitecore Connect, you may encounter scenarios where certain tasks are independent of each other and do not require sequential execution, the default approach in Sitecore Connect. Opting to execute them simultaneously can significantly enhance job speed in real time, thereby improving overall system efficiency.

Continue reading “Sitecore Connect: Improving Recipe Efficiency through Simultaneous Execution of Autonomous Actions”

Sitecore + Azure OpenAI: Elevate your Customer Search Experience with AI-driven Chatbots

Website Search Experience is undergoing a transformation through Conversational AI, driven by the potent GPT models from OpenAI. With the new Sitecore + Azure OpenAI connector, you can harness the robust natural language processing capabilities of GPT models and leverage them to build an intelligent chatbot powered by your real-time website content/data. This empowers you to craft compelling chatbots that not only enhance user engagement but also contribute to improved user retention.
Continue reading “Sitecore + Azure OpenAI: Elevate your Customer Search Experience with AI-driven Chatbots”