Autosync Configurations

Autosync feature is supported for all CMSes. The prerequisite for such a synchronization is that the CMS should send the create, update and expire events to the Content Integration framework and CMS specific plugin needs to be developed in Content integration framework to process the event.

Content integration plugin for DX is already shipped with Unica. The plugin expects the events in following manner. This plugin automatically supports all the authentication methods supported by Content Integration Framework.

Content Created event URL

POST <Content Integration framework base URL>/api/AssetPicker/webhook/{systemId}/events/created/{contentId}

Content Updated event URL

POST

<Content Integration framework base URL>/api/AssetPicker/webhook/{systemId}/events/updated/{contentId}

Content Expired event URL

POST

<Content Integration framework base URL>/api/AssetPicker/webhook/{systemId}/events/deleted/{contentId}

DX requires a CustomWorkflowAction to be developed on their side to be able to send these events to Unica. To understand more about CustomWorkflowAction please refer the link: https://help.hcltechsw.com/digital-experience/9.5/wcm/wcm_dev_api_custom_workflow.html .You may also contact HCL DX services team to understand more.

For more information on configuring Unica Content Integration with HCL DX, see the Configuring the out-of-the-box integrations offered by Content Integration topic in Unica Content Integration Installation and Configuration Guide.