HubSpot · JSON Structure

Conversations Api Message Status Structure

Delivery status information for a message

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

MessageStatus 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

statusType

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-status-structure.json",
  "name": "MessageStatus",
  "description": "Delivery status information for a message",
  "type": "object",
  "properties": {
    "statusType": {
      "type": "string",
      "enum": [
        "SENT",
        "DELIVERED",
        "READ",
        "FAILED"
      ],
      "description": "Current delivery status type",
      "example": "DELIVERED"
    }
  }
}