About the Data Sync Jobs API

Note for app developers: Wix Data APIs require the site's code editor to be enabled. If you are building a Wix app, add a data collections extension to automatically enable the code editor and create data collections when your app is installed on a site.

The Data Sync Jobs API enables you to create and manage recurring data synchronization jobs that automatically run data movement operations on a schedule. This API works in conjunction with the Data Movement Jobs API to provide a complete solution for scheduled, automated data transfers between sources and destinations.

With the Data Sync Jobs API, you can:

Before you begin

It's important to note the following before starting to code:

  • Cross-site data synchronization requires sites to be in the same Wix account.
  • Cron expressions use standard 5-field format in UTC with minute-level precision only.

Use case

Terminology

  • Data sync job: A recurring scheduled job that automatically runs data movement operations according to a cron expression.
  • Data movement job: An individual execution instance created each time a data sync job runs, through the Data Movement Jobs API.
  • Reschedule: Trigger an immediate execution of a sync job outside its normal cron schedule.
Did this help?