HubSpot · Example Payload

Engagement Calls Api Call Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Engagement Calls Api Call 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

idpropertiespropertiesWithHistorycreatedAtupdatedAtarchivedarchivedAt

Example Payload

Raw ↑
{
  "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"
}