HubSpot · Example Payload

Blog Posts Api Blog Post Input Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Blog Posts Api Blog Post Input Example is an example object payload from HubSpot, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameslughtmlTitlepostBodypostSummaryblogAuthorIdcontentGroupIdcampaignpublishDatefeaturedImagefeaturedImageAltTextmetaDescriptiontagIdsuseFeaturedImagelanguage

Example Payload

Raw ↑
{
  "name": "Example Record",
  "slug": "example-value",
  "htmlTitle": "Example Record",
  "postBody": "This is an example description.",
  "postSummary": "example-value",
  "blogAuthorId": "500123",
  "contentGroupId": "500123",
  "campaign": "example-value",
  "publishDate": "2025-03-15T14:30:00Z",
  "featuredImage": "example-value",
  "featuredImageAltText": "example-value",
  "metaDescription": "This is an example description.",
  "tagIds": [
    500123
  ],
  "useFeaturedImage": true,
  "language": "en"
}