Tag: Integrations
-

Tracking Asset Usage: Designing a Resilient Serverless Delta Middleware
In my previous post, we looked at how to extend a Sitecore XP implementation to capture granular publishing events and fire off non-blocking telemetry signals. By adopting a fire-and-forget approach, we ensured that the CMS remains fast and unaffected by any potential downstream network latency. But once those publishing signals leave Sitecore, the real heavy…
-

Tracking Asset Usage: Deep Diving into the Sitecore Publishing Lifecycle
In my previous post, I introduced a cloud-native architectural concept to track Sitecore asset usage within Content Hub in real time. The strategy is straightforward: rather than pulling data from Sitecore via heavy, on-demand crawls, we want the CMS to actively push usage signals to an external middleware layer the moment content goes live. However,…
-

Real-time asset usage in Content Hub: a concept
Sitecore Content Hub does not provide built-in functionality to track asset usage in the Sitecore CMS. When using the Content Hub CDN to serve images directly to a Sitecore XP website, this creates the risk of deleting assets that are still in use, resulting in broken images. And as a result, content editors become hesitant…
-

Content Hub API integrations
For quite a while, Action Scripts do not support the use of System.Net.Http.HttpClient anymore and I think that is a good measure to prevent action scripts from doing external (API) calls and enforce an implementation via either an API call action type, or an Azure event hub or service bus action. So what is the…