Unified.to · Schema

property_MessagingEvent_message_channels

Represents the names of all channels to which the message is sent. Identifies the channels where the message is posted.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-messagingevent-message-channels-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MessagingEvent_message_channels",
  "title": "property_MessagingEvent_message_channels",
  "description": "Represents the names of all channels to which the message is sent. Identifies the channels where the message is posted.",
  "items": {
    "$ref": "#/components/schemas/MessagingReference"
  },
  "type": "array"
}