HubSpot · Schema

HubDBRowCreateRequest

Request body for creating or updating a HubDB table row.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
values object The column values for the row as key-value pairs.
View JSON Schema on GitHub

JSON Schema

cms-hubdb-api-hub-dbrow-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/cms-hubdb-api-hub-dbrow-create-request-schema.json",
  "title": "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"
      }
    }
  }
}