Unified.to · Schema

property_MessagingEvent_message_mentioned_members

for email systems, this field represents the CC value

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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