Managing Guest using Engage REST API in Sitecore CDP – Developer Guide
In real time scenario, when you are working on projects, sometime for testing purpose you might have to perform some actions on the guest profile in Sitecore XM Cloud stored in CDP. In this case, I have found the Engage API becomes very useful to add/update or manage the CDP guest profile using the REST APIs. Example: Suppose you are working on some Decision Model which need to return some offer based on some Guest Extension Properties. But in order to put the values under the extension properties you might have to build a complete form to push the values into CDP. Rather going that path, it would be easier to push the Guest and their properties using Engage API and running the test on Decision Model on the same guest, showing the results and lowering the dependency on other teams. In this blog, I will show how you can setup the APIs quickly using Postman and run the GUEST REST API using it. Setup API Access Key Token Before we proceed further you need to create a C...