description |
---|
Extending the Umbraco platform through the composition of packages and integrations. |
Within this Umbraco DXP (Digital Experience Platform) area of the Umbraco documentation, you'll find topics related to extending Umbraco CMS via packages and integrations.
Umbraco is used in solutions in both a "platform" and "composable" DXP context. With the former, Umbraco has responsibility for both content management and delivery, with extensions added as NuGet packages. In a composable DXP, Umbraco is often a stand-alone service that takes part in an overall architecture. In these cases, Umbraco CMS is focused on the management of content exposed via APIs for delivery.
Umbraco is also used in a hybrid DXP context. Here, some features are added directly to the Umbraco platform, like Umbraco Forms or Umbraco Commerce, but Umbraco still acts as a component in a wider architecture.
In all situations, backoffice integrations with third-party services are an important part of providing an intuitive, unified editor experience.
Our aim is to support the different ways of using Umbraco in a DXP context and provide resources for building integrations with Umbraco.
Packages for Umbraco are installed as Nuget packages.
Integrations provide functionality via a third-party service's API, whereas packages extend the functionality of the CMS (management or delivery).
Umbraco makes available four licensed add-ons that are available for purchase. They each have their dedicated documentation area:
Umbraco Forms | Extend your Umbraco CMS website with custom forms in all shapes and sizes. | https://docs.umbraco.com/umbraco-forms | forms7.png |
Umbraco Deploy | Synchronize content and code changes between your Umbraco website environments. | https://docs.umbraco.com/umbraco-deploy | paperplane7.png |
Umbraco Workflow | Structure content reviews and approval flows for Content Editors on your website. | https://docs.umbraco.com/umbraco-workflow | Workflow7.png |
Umbraco Commerce | Setup shop within a familiar structure and interface that is the Umbraco CMS with Umbraco Commerce. | https://docs.umbraco.com/umbraco-commerce | Untitled presentation.png |
The Umbraco Marketplace is a public website used to showcase Umbraco packages. These are commercial and open-source extensions available for use in Umbraco solutions. On the marketplace, you can browse and search for packages, understand their usage, and review their suitability for your project.
The marketplace is available at marketplace.umbraco.com.
Within the Marketplace section of the documentation, you'll find details aimed at package developers looking to list their Umbraco CMS extensions and integrations.
We create and support open-source packages designed to improve the experience of creating integrations and developing Umbraco solutions as a DXP.
Within the packages section of the documentation you'll find information on using a component called Authorized Services. This package is designed for the purpose of simplifying custom integrations with third-party services that use a OAuth flow for authentication and authorization.
Finally, Umbraco HQ develops and makes available open-source integrations. These add functionality to the Umbraco CMS to support working with third-party services.
These integrations are helpful starting points for anyone looking to integrate such services into their Umbraco solution.
When we have released an integration for a particular provider and use case that matches your needs, they are available for use directly. If we don't meet your particular requirement, we welcome feedback at the Issue Trackers. As all are open-source, they can be used as references for building similar integrations with related services.
Source code and issue trackers are found in the following GitHub repositories:
Within the Integrations section of the documentation, you'll find details on installing and working with the integration packages developed by Umbraco HQ.