HubSpot · Schema
BlogPost
Represents a blog post with all content and metadata
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the blog post |
| name | string | Internal name of the blog post |
| slug | string | URL slug for the blog post |
| htmlTitle | string | HTML title tag content |
| postBody | string | HTML content of the blog post body |
| postSummary | string | Summary or excerpt of the blog post |
| blogAuthorId | string | ID of the associated blog author |
| authorName | string | Display name of the author |
| contentGroupId | string | ID of the blog this post belongs to |
| campaign | string | Campaign GUID associated with the post |
| categoryId | integer | Category ID for the post |
| state | string | Current state of the blog post |
| currentState | string | Current state description |
| publishDate | string | ISO 8601 timestamp when the post was/will be published |
| created | string | ISO 8601 timestamp when the post was created |
| updated | string | ISO 8601 timestamp when the post was last updated |
| archivedAt | string | ISO 8601 timestamp when the post was archived |
| currentlyPublished | boolean | Whether the post is currently published |
| domain | string | Domain where the post is published |
| featuredImage | string | URL of the featured image |
| featuredImageAltText | string | Alt text for the featured image |
| metaDescription | string | Meta description for SEO |
| headHtml | string | Custom HTML for the head section |
| footerHtml | string | Custom HTML for the footer section |
| language | string | Language code of the blog post |
| translatedFromId | string | ID of the original post this was translated from |
| tagIds | array | Array of tag IDs associated with the post |
| useFeaturedImage | boolean | Whether to display the featured image |
| url | string | Full URL of the published post |
| abStatus | string | A/B test status |
| abTestId | string | A/B test ID if part of a test |
| folderId | string | ID of the folder containing the post |