🔌 Integrating Connections in a Sitecore Personalize Decision Model
In this post, we’ll explore how to leverage a connection (created in our previous blog ) within a Sitecore Personalize Decision Model to fetch or post data using a programmable node and a Data System element. The goal is to build a simple canvas where: A programmable node outputs Client Credential JSON . This output is consumed by a Data System element , which then uses the selected connection to call an API. 🎯 Objective Create a Sitecore Personalize Decision Model with: A programmable node that returns JSON (Client ID & Client Secret). A Data System element that uses the output of the programmable node as input and calls the external API using a predefined connection . 🛠️ Step-by-Step Guide ✅ Step 1: Access Decisioning in Sitecore Personalize Navigate to your Sitecore Personalize environment ( Production or Non-Production ). Click on the “Decisioning” menu from the top ribbon (see screenshot below for reference). ✅ Step 2: Create a N...