Skip to content

Push Audience

POST
/integrations/crm-sync/push

Push ONE audience rather than everything.

The narrow version of /contacts/push, and the one to reach for first: it bounds what lands in the customer’s CRM to a list they chose.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Push ONE audience, rather than everything.

object
audience_id
Any of:
integer
chunk_size
Any of:
integer
>= 1
connection_id
required

Which CRM connection to run against.

string
crm_list_id
Any of:
string
entity_type
Any of:
string
file_import_threshold
Any of:
integer
limit
Any of:
integer
>= 1
max_parallel
Any of:
integer
>= 1
reconcile
Any of:
boolean
use_file_import
Any of:
boolean

Responses

202

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