Hs Get Contact
hs_get_contactFetch a contact's full profile by ID. Returns name, email, phone, company, and all custom properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | HubSpot contact ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Contact ID | |
| archived | No | Whether contact is archived | |
| createdAt | No | Creation timestamp | |
| updatedAt | No | Last update timestamp | |
| properties | No | Contact properties (name, email, phone, company, custom fields) |