HubSpot · Schema

MessageStatus

Delivery status information for a message

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
statusType string Current delivery status type
View JSON Schema on GitHub

JSON Schema

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