HubSpot · JSON Structure

Hubspot Conversations Message Recipient Structure

Recipient information for a message.

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Properties

actorId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Recipient information for a message.",
  "name": "MessageRecipient",
  "properties": {
    "actorId": {
      "type": "string",
      "description": "Actor ID of the recipient"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}