Skip to content

Set Pull Sync Enabled

PUT
/integrations/crm-sync/pull-enabled

Turn continuous PULL on or off for a connection.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Turn continuous sync on or off for one connection.

object
connection_id
required

Which CRM connection.

string
enabled
required

Explicit, not a toggle - a retried request is then idempotent.

boolean

Responses

200

Successful Response

object
data
required

A bulk job, or its status. Open-shaped - the payload carries per-provider progress detail that differs between CRMs and grows with them.

object
job_id
Any of:
string
status
Any of:
string
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string