HubSpot · Schema

MessageRecipient

Recipient information for a message.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
actorId string Actor ID of the recipient
View JSON Schema on GitHub

JSON Schema

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