HubSpot · Schema

HubSpot CRM Object

Schema for a HubSpot CRM object record, applicable to contacts, companies, deals, tickets, and other CRM object types.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string The unique identifier for the CRM object record assigned by HubSpot.
properties object The CRM object's properties as key-value pairs. Keys are property names and values are the property values as strings.
propertiesWithHistory object A map of property names to their historical values, including the current value and previous values with timestamps.
createdAt string The date and time the CRM object record was created in ISO 8601 format.
updatedAt string The date and time the CRM object record was last updated in ISO 8601 format.
archived boolean Whether the CRM object record has been archived (soft deleted). Archived records can be restored.
archivedAt string The date and time the CRM object record was archived, if applicable.
associations object Associations between this CRM object and other CRM objects, keyed by object type.
View JSON Schema on GitHub