HubSpot · JSON Structure

Hubspot Conversations 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/draft/2020-12/schema meta-schema.

Properties

statusType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Delivery status information for a message",
  "name": "MessageStatus",
  "properties": {
    "statusType": {
      "type": "string",
      "description": "Current delivery status type",
      "enum": [
        "SENT",
        "DELIVERED",
        "READ",
        "FAILED"
      ]
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}