Unified.to · Schema

property_CrmEvent_marketing_email_cc

The event email's cc name & email (name )

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmevent-marketing-email-cc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmEvent_marketing_email_cc",
  "title": "property_CrmEvent_marketing_email_cc",
  "description": "The event email's cc name & email (name <[email protected]>)",
  "items": {
    "type": "string"
  },
  "type": "array"
}