In this Devril deep dive, Lottie and Sebastiaan discuss the integration of Hangfire with Umbraco, highlighting its utility for scheduling background jobs. Kevin demonstrates the use of Hangfire for recurring tasks, including exports and restore points, emphasizing its ease of use and the advantages of its dashboard for job management and logging.
Addxp discusses integrating Umbraco, an open-source CMS, with Salesforce, a leading CRM platform, to enhance data management, personalization, and lead optimization. They outline prerequisites, configuration steps for API access, and methods for data exchange between the two systems, ultimately aiming to improve business operations and customer engagement.
Jeroen Breuer explains how to sync content between Sitecore and Umbraco using webhooks, the Sitecore Authoring API, and the Umbraco Management API. Changes in one system trigger a webhook to update content in the other via GraphQL and HTTP requests.
Jeroen Breuer discusses a method for synchronizing FAQ content between Umbraco and other CMS platforms, such as Sitecore, using the Umbraco Management API and webhooks. This integration allows automatic updates of FAQs in Umbraco whenever changes occur in the external system, ensuring consistency across multi-brand setups without manual intervention.
Rick Butterfield discusses challenges with session persistence when integrating third-party payment providers in Umbraco, particularly regarding lost session data post-transaction. He provides a solution involving cookie and session configuration in Program.cs to ensure continuity. Additionally, he shares tips for testing locally using Visual Studio's Dev Tunnels, enhancing workflow efficiency.