HubSpot · Example Payload

Hubspot Engagement Calls Batch Calls Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

statusresultsrequestedAtstartedAtcompletedAterrorslinks

Example Payload

Raw ↑
{
  "status": "COMPLETE",
  "results": [
    {
      "id": "512",
      "properties": {
        "hs_call_title": "Discovery Call",
        "hs_call_body": "Discussed product requirements",
        "hs_call_duration": "1800000",
        "hs_call_direction": "OUTBOUND",
        "hs_call_disposition": "connected",
        "hs_call_status": "COMPLETED",
        "hs_timestamp": "2024-01-15T10:30:00.000Z"
      },
      "propertiesWithHistory": {
        "key": "value"
      },
      "createdAt": "2024-01-15T10:30:00.000Z",
      "updatedAt": "2024-01-15T11:00:00.000Z",
      "archived": false,
      "archivedAt": "2025-03-15T14:30:00Z"
    }
  ],
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2024-01-15T10:30:00.000Z",
  "completedAt": "2024-01-15T10:30:05.000Z",
  "errors": [
    {
      "status": "error",
      "category": "VALIDATION_ERROR",
      "message": "Property value is invalid",
      "context": {
        "key": "value"
      },
      "errors": [
        {}
      ]
    }
  ],
  "links": {
    "key": "value"
  }
}