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

hubspot-cms-hubdb-hub-db-row-create-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Request body for creating or updating a HubDB table row.",
  "properties": {
    "values": {
      "type": "object",
      "description": "The column values for the row as key-value pairs.",
      "example": {
        "key": "value"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HubDBRowCreateRequest"
}