Unified.to · Schema

property_MessagingMessage_channel_ids

@deprecated; use channels instead

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-messagingmessage-channel-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MessagingMessage_channel_ids",
  "title": "property_MessagingMessage_channel_ids",
  "description": "@deprecated; use channels instead",
  "items": {
    "type": "string"
  },
  "type": "array"
}