HubSpot · Schema

BatchUpdateInput

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
inputs array
View JSON Schema on GitHub

JSON Schema

hubspot-engagement-meetings-batch-update-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "inputs": {
      "type": "array",
      "example": [
        {
          "id": "500123",
          "properties": {
            "key": "value"
          }
        }
      ],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "properties": {
            "type": "object"
          }
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchUpdateInput"
}