Skip to content

Latest commit

 

History

History
 
 

marketplace-and-integrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
description
Extending the Umbraco platform through the composition of packages and integrations.

Umbraco DXP

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.

Umbraco as a platform DXP, composable DXP og hybrid solution

Packages and integrations

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).

Ways to extend Umbraco

Umbraco Commercial Products

Umbraco makes available four licensed add-ons that are available for purchase. They each have their dedicated documentation area:

Umbraco FormsExtend your Umbraco CMS website with custom forms in all shapes and sizes.https://docs.umbraco.com/umbraco-formsforms7.png
Umbraco DeploySynchronize content and code changes between your Umbraco website environments.https://docs.umbraco.com/umbraco-deploypaperplane7.png
Umbraco WorkflowStructure content reviews and approval flows for Content Editors on your website.https://docs.umbraco.com/umbraco-workflowWorkflow7.png
Umbraco CommerceSetup shop within a familiar structure and interface that is the Umbraco CMS with Umbraco Commerce.https://docs.umbraco.com/umbraco-commerceUntitled presentation.png

Umbraco Marketplace

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.

Umbraco Packages

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.

Umbraco Integrations

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.