patch-crm-v3-objects-objtype-objid_objid
Update HubSpot CRM object properties by specifying object type, ID, and a JSON body of key-value pairs. Modify contacts, companies, deals, or invoices.
Instructions
Update. REQUIRES body parameter with properties to update. Example: {body: {properties: {"firstname": "Updated Name", "email": "newemail@example.com"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | Path parameter objectId | |
| objectType | Yes | Path parameter objectType | |
| properties | Yes | Key value pairs representing the properties of the object. |