HubSpot · JSON Structure

Hubspot Authors Attach To Language Group Request Structure

Request to attach an author to a multi-language group

Type: object Properties: 4 Required: 3
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

AttachToLanguageGroupRequest is a JSON Structure definition published by HubSpot, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id language primaryId primaryLanguage

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request to attach an author to a multi-language group",
  "name": "AttachToLanguageGroupRequest",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the author to attach"
    },
    "language": {
      "type": "string",
      "description": "Language code for the author (e.g., es, fr, de)"
    },
    "primaryId": {
      "type": "string",
      "description": "ID of the primary language author"
    },
    "primaryLanguage": {
      "type": "string",
      "description": "Language code of the primary author"
    }
  },
  "required": [
    "id",
    "language",
    "primaryId"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}