Skip to main content

Create up to 200 records atomically

POST 

/v1/objects/:entity/batch/create

Create up to 200 records in one atomic write.

Send a records array of field objects. The batch is all-or-nothing: if any record is invalid or not permitted, the whole request is rejected and nothing is written, so you never have to reconcile a half-applied import. Chunk larger imports client-side.

Set options.suppress_automations: true to skip workflow triggers for the batch — the right choice for a bulk backfill you do not want to fire thousands of automations. Vector sync still runs, so the records stay searchable.

Requires the matching {entity}:write scope.

Request

Responses

Successful Response