HubSpot · Example Payload

Hubspot Analytics Events Event Instance Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Analytics Events Event Instance 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

ideventTypeobjectIdobjectTypeoccurredAtproperties

Example Payload

Raw ↑
{
  "id": "500123",
  "eventType": "standard",
  "objectId": "500123",
  "objectType": "standard",
  "occurredAt": "2025-03-15T14:30:00Z",
  "properties": {
    "key": "value"
  }
}