Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | hubspot__update_contact |
| Group | Integrations |
{
"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."
}