HubSpot · JSON Structure

Hubspot Cms Hubdb Hub Db Row Create Request Structure

Request body for creating or updating a HubDB table row.

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

HubDBRowCreateRequest 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

values

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request body for creating or updating a HubDB table row.",
  "name": "HubDBRowCreateRequest",
  "properties": {
    "values": {
      "type": "object",
      "description": "The column values for the row as key-value pairs."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}