hubspot.v2.update_object
Update HubSpot objects like contacts, companies, or deals by specifying object type, identification method, and properties. Stores the updated object in a variable.
Instructions
Update HubSpot Object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ||
| identification_method | Yes | HubSpot ID | |
| identifier_value | Yes | The value to identify the object to update. | |
| properties | Yes | ||
| associations | No | ||
| output_variable_name | Yes | Variable name to store the updated object. | updated_object |