Triggering a sync

Last updated: April 1, 2026

Syncs keep your Propexo integration up to date with the latest data from your PMS.

Regular syncs only look back a limited amount of time to reduce unnecessary record processing.

If you need to pull in older records, you can run a backsync to load historical data.

Triggering a Sync or a backsync via the UI

  1. Log in to Propexo.

  2. Select your integration.

    integrations.gif

  3. Click “Sync Now” on the right-hand side.

    sync-now.gif

  4. Select If you'd like to trigger a regular sync or a backsync.

Screenshot 2026-04-01 at 12.52.47 PM.png
  1. Select if you'd like to sync all models, or only certain ones, and click Start Sync.

Screenshot 2026-04-01 at 12.53.18 PM.png

This will sync all enabled models for that integration.

Triggering a Sync via the API

You can also trigger a sync programmatically using the API:
Trigger a Manual Sync API Reference

If you only want to sync specific models, you can specify them in the request body.
Details on how to pass models and the available options can be found here:
Models to Sync Parameter

Triggering a Backsync via the API

You can also trigger a backsync using the API:
Trigger a Backsync API Reference

As with manual syncs, you can include specific models in the request body.
Refer to the same Models to Sync Parameter guide for details.