get_contact
Retrieve a single contact record from HubSpot CRM by its ID. Specify properties to return; defaults to key contact fields.
Instructions
Get a single a contact (person) record. At least one of email, firstname, or lastname is required on create. by ID. Maps to GET /crm/v3/objects/contacts/{id}. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| properties | No | Defaults to: firstname, lastname, email, phone, company, hs_lead_status, lifecyclestage |