CMP pipelines
The Sitecore Content Marketing Platform (CMP) connector adds one new processor to the <initialize>
pipeline, and one new <cmp.importEntity>
pipeline, including three new processors. The pipelines are defined in the App_Config/Modules/Sitecore.Connector.CMP/Sitecore.Connector.CMP.config
file.
The initialize pipeline
The <initialize>
pipeline is used to initialize the Azure Service Bus listener. For CMP, the following processor is added:
Processor |
Description |
---|---|
|
Initializes the Azure Service Bus listener that runs the The
|
The cmp.importEntity pipeline
The <cmp.importEntity>
pipeline is used to import entities. It includes the following processors:
Processor |
Description |
---|---|
|
Gets an entity by ID. The
|
|
Gets the entity mapping item and finds the The
|
|
Saves the item to Sitecore. The
|