HubSpot · JSON Structure

Hubspot Conversations Update Thread Request Structure

Request payload for updating a thread's properties.

Type: object Properties: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

UpdateThreadRequest is a JSON Structure definition published by HubSpot, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

status assignedTo

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request payload for updating a thread's properties.",
  "name": "UpdateThreadRequest",
  "properties": {
    "status": {
      "type": "string",
      "description": "New thread status",
      "enum": [
        "OPEN",
        "CLOSED"
      ]
    },
    "assignedTo": {
      "type": "string",
      "description": "User ID to assign the thread to"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}