Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Data sync apps

Develop an Optimizely Connect Platform (OCP) application to enhance data synchronization. Use this application to create custom data sources or destinations that users can configure and manage directly within the OCP Sync Manager.

The OCP Sync Manager lets end-users configure data syncs to sync data between two systems (Optimizely or external). Every data sync has the following two base components:

  • Source – Where you want to sync the data from, such as the OCP database.
  • Destination – Where you want to sync the data to, such as an Optimizely application or custom destinations defined in your custom OCP app.

Building a data sync app lets you define custom sources and destinations that end-users who install your app can select as a source or destination in the OCP Sync Manager, giving end-users more flexibility to sync data between any source and destination that they have access to.

A data sync app consists of the following:

  • An app listing in the OCP App Directory.
  • An app settings form that includes authorization and any other required settings.
  • A data sync source or destination (or both).