HubSpot · Example Payload

Hubspot Engagement Notes Batch Read Notes Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

inputspropertiespropertiesWithHistoryidProperty

Example Payload

Raw ↑
{
  "inputs": [
    {
      "id": "1024"
    }
  ],
  "properties": [
    "example-value"
  ],
  "propertiesWithHistory": [
    "example-value"
  ],
  "idProperty": "500123"
}