HubSpot · Schema

CallUpdateRequest

Request body for updating a call

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties object The call properties to update
View JSON Schema on GitHub

JSON Schema

hubspot-engagement-calls-call-update-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Request body for updating a call",
  "properties": {
    "properties": {
      "type": "object",
      "description": "The call properties to update",
      "example": {
        "hs_call_title": "Updated Discovery Call",
        "hs_call_disposition": "connected"
      }
    }
  },
  "required": [
    "properties"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallUpdateRequest"
}