Get HubSpot Contact
hubspot_get_contactRetrieve a HubSpot contact by record ID. Returns name, email, phone, company, job title, and lifecycle stage, with optional extra properties.
Instructions
Retrieve a single HubSpot contact by their record ID.
Returns standard contact fields (name, email, phone, company, job title, lifecycle stage).
Args:
contactId (string): HubSpot contact record ID (numeric string)
additionalProperties (string[]): Optional extra property names to include
Returns: Contact object with id, firstName, lastName, email, phone, company, jobTitle, lifecycleStage
Errors:
"record not found" if the ID doesn't exist or the token lacks access
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | HubSpot contact record ID | |
| additionalProperties | No | Extra property names to include in the response |