Unified.to · Schema

property_MessagingMessage_author_member

for email systems, this field represents the From value

IntegrationsUnified API

Properties

Name Type Description
email string
image_url string
name string
user_id string
View JSON Schema on GitHub

JSON Schema

unified-to-property-messagingmessage-author-member-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MessagingMessage_author_member",
  "title": "property_MessagingMessage_author_member",
  "description": "for email systems, this field represents the From value",
  "properties": {
    "email": {
      "type": "string"
    },
    "image_url": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "user_id": {
      "type": "string"
    }
  },
  "type": "object"
}