Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Array of contacts to update or create
object[]
required
Array of contact objects (minimum 1, maximum 100)
Maximum 100 contacts per request.
boolean
Whether to trigger workflows for updated contactsExample: false

Response

Bulk update completed
boolean
Example: true
object