HubSpot · Example Payload

Hubspot Blog Posts Batch Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

statusresultsrequestedAtstartedAtcompletedAtlinks

Example Payload

Raw ↑
{
  "status": "PENDING",
  "results": [
    {
      "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"
    }
  ],
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z",
  "links": {
    "key": "value"
  }
}