post-crm-v4-objects-objtype-batch-update_update
Update multiple CRM objects in one batch by ID or unique property values, with key-value property changes. Ideal for automating bulk updates across contacts, companies, deals, and more.
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 |