HubSpot · JSON Structure

Cms Hubdb Api Hub Dbrow 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/meta/core/v0/# meta-schema.

Properties

values

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/cms-hubdb-api-hub-dbrow-create-request-structure.json",
  "name": "HubDBRowCreateRequest",
  "description": "Request body for creating or updating a HubDB table row.",
  "type": "object",
  "properties": {
    "values": {
      "type": "object",
      "description": "The column values for the row as key-value pairs.",
      "additionalProperties": true,
      "example": {
        "key": "value"
      }
    }
  }
}