Run a CRM sync

Runs one chunk of a sync — a single page of 25 to 50 CRM records — and returns a checkpoint describing the progress. Keep calling it with the returned checkpointId while hasMore is true. It writes the contact mappings and the phone-number index that GET /api/v1/crm/lookup/phone reads. A chunk that fails is still reported with HTTP 200 and success: false, so check the body rather than the status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

ID of the connection to sync; use only IDs returned by GET /api/v1/crm/connections, since this ID selects which connection's data is synced.

string

full (default) or delta.

string

Continue an in-progress sync instead of starting a new one — pass the checkpointId returned by the previous chunk.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json