HubSpot · JSON Structure

Hubspot Crm Contacts Batch Create Input Structure

Input for a batch create operation.

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchCreateInput is a JSON Structure definition published by HubSpot, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

inputs

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Input for a batch create operation.",
  "name": "BatchCreateInput",
  "properties": {
    "inputs": {
      "type": "array",
      "items": {
        "type": "object",
        "description": "Input for creating or updating a CRM object.",
        "properties": {
          "properties": {
            "type": "object",
            "description": "The properties to set on the object."
          }
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}