Unified.to · Schema

property_MessagingMessage_destination_members

for email systems, this field represents the To value

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-messagingmessage-destination-members-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MessagingMessage_destination_members",
  "title": "property_MessagingMessage_destination_members",
  "description": "for email systems, this field represents the To value",
  "items": {
    "$ref": "#/components/schemas/MessagingMember"
  },
  "type": "array"
}