Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update HubSpot contact properties, including lead score or research notes
hubspot__update_contact
{ "type": "object", "properties": { "contactId": { "type": "string", "description": "HubSpot contact record ID, or email when idProperty is email" }, "idProperty": { "type": "string", "description": "Optional unique property used to identify the contact, such as email" }, "properties": { "type": "object", "description": "HubSpot contact properties to update" } }, "required": [ "contactId", "properties" ], "description": "Input schema for the hubspot__update_contact tool." }