HubSpot · Example Payload

Hubspot Blog Posts Version History Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

idobjectusertimestamp

Example Payload

Raw ↑
{
  "id": "500123",
  "object": {
    "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"
  },
  "user": {
    "id": "500123",
    "email": "jsmith@example.com",
    "fullName": "Example Record"
  },
  "timestamp": "2025-03-15T14:30:00Z"
}