Content Hub ONE: Postman Pre-request Script for generating & appending Access Token to Content Management API requests

Content Management APIs in Content Hub ONE require an OAuth client bearer token for authentication. These tokens can be generated using Auth Endpoint. They are valid only for a few minutes(typically 15 minutes) and must be regenerated periodically after expiry for each API request. Continue reading “Content Hub ONE: Postman Pre-request Script for generating & appending Access Token to Content Management API requests”

Pre-request Script for appending Access Token to OrderCloud API requests automatically in Postman

OrderCloud uses OAuth 2.0 for token-based authentication, which means that each API request to OrderCloud requires a valid access token. Since access tokens (and refresh tokens) have a defined expiry, the access token will need to be manually refreshed periodically when using an API Client like Postman, which is an integral part of the software development lifecycle while building solutions with OrderCloud. Continue reading “Pre-request Script for appending Access Token to OrderCloud API requests automatically in Postman”

Web Harvester for Sitecore: A Technology-Agnostic Solution for Sitecore Content Migrations

Content Migration has been one of the key problems for organizations to solve when migrating to Sitecore or to Sitecore Headless Architectures for adapting to the most sought-after Composable DXP strategy. This introduces the need for a technology-agnostic content migration tool that allows seamless migration of content from any platform into Sitecore irrespective of where the content resides.
Continue reading “Web Harvester for Sitecore: A Technology-Agnostic Solution for Sitecore Content Migrations”

Launching Published Content Delivery Website URL for Page Items straight from Sitecore Content Editor

An efficient content authoring experience is crucial for the success of any Sitecore Implementation. Accelerating the authoring process by automating possible areas of authoring and publishing workflows, improves the efficiency of content authoring thereby helping content authors realize its exceptional value.
Continue reading “Launching Published Content Delivery Website URL for Page Items straight from Sitecore Content Editor”

Request Google to crawl URLs on Sitecore Publish using Google Indexing API

Most of the sites hold a bunch of short-lived content like Events, Job Posting. While reaching the intended audience for short-lived content is challenging, removing the expired content from Search Engine is also vital for user engagement. This can be solved by bridging Google Indexing Mechanism with Sitecore Publish Mechanism using Google Indexing API, which empowers businesses to gain maximum value by reaching the right users at the right time.
Continue reading “Request Google to crawl URLs on Sitecore Publish using Google Indexing API”

Design Considerations and Approaches for Scheduling Recurring Tasks/Workflows

Being one of the key initial steps in the automation journey of the implementation, scheduling tasks is not necessarily easy and straightforward. Web applications have plenty of options to achieve this (Eg: Sitecore Scheduler, Windows Task Scheduler, Azure Logic Apps, Container CronJob, Coveo Push API, Hangfire etc.), but each option comes with pros/cons based on the needs/requirements. There are several basic and advanced considerations that needs to be thought before designing recurring scheduled tasks/workflows,
Continue reading “Design Considerations and Approaches for Scheduling Recurring Tasks/Workflows”