HubSpot · Example Payload

Hubspot Blog Posts Blog Post Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

idnameslughtmlTitlepostBodypostSummaryblogAuthorIdauthorNamecontentGroupIdcampaigncategoryIdstatecurrentStatepublishDatecreatedupdatedarchivedAtcurrentlyPublisheddomainfeaturedImagefeaturedImageAltTextmetaDescriptionheadHtmlfooterHtmllanguagetranslatedFromIdtagIdsuseFeaturedImageurlabStatusabTestIdfolderId

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "Example Record",
  "slug": "example-value",
  "htmlTitle": "Example Record",
  "postBody": "This is an example description.",
  "postSummary": "example-value",
  "blogAuthorId": "500123",
  "authorName": "Example Record",
  "contentGroupId": "500123",
  "campaign": "example-value",
  "categoryId": 500123,
  "state": "DRAFT",
  "currentState": "active",
  "publishDate": "2025-03-15T14:30:00Z",
  "created": "2025-03-15T14:30:00Z",
  "updated": "2025-03-15T14:30:00Z",
  "archivedAt": "2025-03-15T14:30:00Z",
  "currentlyPublished": true,
  "domain": "example.hubspot.com",
  "featuredImage": "example-value",
  "featuredImageAltText": "example-value",
  "metaDescription": "This is an example description.",
  "headHtml": "example-value",
  "footerHtml": "example-value",
  "language": "en",
  "translatedFromId": "500123",
  "tagIds": [
    500123
  ],
  "useFeaturedImage": true,
  "url": "https://app.hubspot.com/contacts/12345",
  "abStatus": "master",
  "abTestId": "500123",
  "folderId": "500123"
}