Batch update records
documentedUpdate multiple records in batch.
POST /crm/v3/objects/{objectTypeId}/batch/updateCRMno implementation yet0 runsInput
objectType
HubSpot object type (e.g., 'contacts', 'deals', or a custom object type)
contacts
record_id
Record ID (internal HubSpot ID)
12345
idPropertyName
idProperty (unique property name used to identify the record)
email
objectWriteTraceId
Object write trace ID (optional)
trace-123
value1
Value for property1
New Value 1
value2
Value for property2
New Value 2
Calls HubSpot as you (your API key is your account); keychains.dev holds the credentials.