Unified.to · Schema

property_CrmEvent_email

The email object, when type = email

IntegrationsUnified API

Properties

Name Type Description
attachment_file_ids object
body string
cc object
from string
subject string
to object
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmevent-email-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmEvent_email",
  "title": "property_CrmEvent_email",
  "description": "The email object, when type = email",
  "properties": {
    "attachment_file_ids": {
      "$ref": "#/components/schemas/property_CrmEvent_email_attachment_file_ids"
    },
    "body": {
      "type": "string"
    },
    "cc": {
      "$ref": "#/components/schemas/property_CrmEvent_email_cc"
    },
    "from": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "to": {
      "$ref": "#/components/schemas/property_CrmEvent_email_to"
    }
  },
  "type": "object"
}