HubSpot · Example Payload

Hubspot Engagement Calls Batch Create Calls Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Engagement Calls Batch Create Calls Request 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

inputs

Example Payload

Raw ↑
{
  "inputs": [
    {
      "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": [
            {}
          ]
        }
      ]
    }
  ]
}