Skip to content

Bulk Update Contacts Request

Request body for bulk updating contacts.

contactsArray of objects, <= 100 itemsrequired

An array of contact objects to update. Each must include an id and the fields to update. Maximum 100 contacts per request.

jobobject

Optional. Include to append tasks to an existing job.

{ "contacts": [ {} ], "job": { "id": "job_v2_1" } }