HubSpot · Schema
Domain
Represents a domain connected to a HubSpot CMS site
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier for the domain |
| domain | string | The actual domain or sub-domain (e.g., www.hubspot.com) |
| createdAt | string | When the domain was created |
| updatedAt | string | When the domain was last updated |
| isResolving | boolean | Whether the DNS for this domain is optimally configured for use with HubSpot |
| isManuallyMarkedAsResolving | boolean | Whether the domain has been manually marked as resolving |
| isSslEnabled | boolean | Whether SSL is enabled for this domain |
| isSslOnly | boolean | Whether the domain only accepts HTTPS connections |
| isPrimaryBlogPost | boolean | Whether this is the primary domain for blog posts |
| isPrimarySitePage | boolean | Whether this is the primary domain for site pages |
| isPrimaryLandingPage | boolean | Whether this is the primary domain for landing pages |
| isPrimaryEmail | boolean | Whether this is the primary domain for email web pages |
| isPrimaryKnowledge | boolean | Whether this is the primary domain for knowledge base |
| isUsedForBlogPost | boolean | Whether the domain is used for CMS blog posts |
| isUsedForSitePage | boolean | Whether the domain is used for CMS site pages |
| isUsedForLandingPage | boolean | Whether the domain is used for CMS landing pages |
| isUsedForEmail | boolean | Whether the domain is used for CMS email web pages |
| isUsedForKnowledge | boolean | Whether the domain is used for CMS knowledge pages |
| expectedCname | string | The expected CNAME record for this domain |
| redirectTo | string | The domain to redirect to, if any |
| secondaryToDomain | string | The primary domain this domain is secondary to |