Klaviyo · Schema

EmailSubscriptionParameters

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
marketing object The parameters to subscribe to on the "EMAIL" Channel. Currently supports "MARKETING".
View JSON Schema on GitHub

JSON Schema

klaviyo-emailsubscriptionparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailSubscriptionParameters",
  "title": "EmailSubscriptionParameters",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The parameters to subscribe to on the \"EMAIL\" Channel. Currently supports \"MARKETING\".",
      "$ref": "#/components/schemas/SubscriptionParameters"
    }
  },
  "required": [
    "marketing"
  ]
}