Klaviyo · Schema

EmailChannel

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
marketing object The email marketing subscription.
View JSON Schema on GitHub

JSON Schema

klaviyo-emailchannel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailChannel",
  "title": "EmailChannel",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The email marketing subscription.",
      "$ref": "#/components/schemas/EmailMarketing",
      "nullable": true
    }
  }
}