post-crm-v3-objects-objtype-batch-update_update
Batch update HubSpot CRM objects by ID or unique property value in one API call. Send an array of inputs with object IDs and properties to modify.
Instructions
Update a batch of objects by internal ID, or unique property values. REQUIRES body parameter with objects to update. Example: {body: {inputs: [{"id": "123", "properties": {"firstname": "John Updated"}}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| objectType | Yes | Path parameter objectType |