HubSpot · Example Payload

Hubspot Engagement Calls Filter Group Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Engagement Calls Filter Group Example is an example object payload from HubSpot, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filters

Example Payload

Raw ↑
{
  "filters": [
    {
      "propertyName": "hs_call_direction",
      "operator": "EQ",
      "value": "OUTBOUND",
      "values": [
        {}
      ],
      "highValue": "example-value"
    }
  ]
}