HubSpot · Example Payload

Hubspot Engagement Calls Call Create Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

propertiesassociations

Example Payload

Raw ↑
{
  "properties": {
    "hs_call_title": "Discovery Call",
    "hs_call_body": "Discussed product requirements",
    "hs_call_duration": "1800000",
    "hs_call_direction": "OUTBOUND",
    "hs_timestamp": "2024-01-15T10:30:00.000Z"
  },
  "associations": [
    {
      "to": {
        "id": {}
      },
      "types": [
        {}
      ]
    }
  ]
}