---
title: "Sync Salesforce now"
method: POST
path: "/v1/integrations/salesforce/sync"
tags: ["integrations"]
---

# Sync Salesforce now

`POST /v1/integrations/salesforce/sync`

Queue an incremental Salesforce sync now (refused while one is already running).

## Query parameters

- `installation_id` string, uuid, required — Salesforce installation ID

## Response `200`

Whether an incremental sync was queued

- SalesforceSyncResponse — Salesforce manual sync response.
  - `data` SalesforceSync, required — Result of triggering a Salesforce sync.
    - `installation_id` string, required — Salesforce installation ID
    - `queued` boolean, required — Whether an incremental sync was queued
    - `sync_run_id` string, nullable — The queued sync run ID, when a sync was queued

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
