HubSpot · JSON Structure

Conversations Api 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/meta/core/v0/# meta-schema.

Properties

actorId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/conversations-api-message-recipient-structure.json",
  "name": "MessageRecipient",
  "description": "Recipient information for a message.",
  "type": "object",
  "properties": {
    "actorId": {
      "type": "string",
      "description": "Actor ID of the recipient",
      "example": "actor_101"
    }
  }
}