Rob Habraken | Sitecore

Personal blog about web development & Sitecore

Tag: Integrations

  • Real-time asset usage in Content Hub: a concept

    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

    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…