Klaviyo · Schema

NoSMSMarketingNeverSubscribed

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
subscription string
View JSON Schema on GitHub

JSON Schema

klaviyo-nosmsmarketingneversubscribed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NoSMSMarketingNeverSubscribed",
  "title": "NoSMSMarketingNeverSubscribed",
  "type": "object",
  "properties": {
    "subscription": {
      "type": "string",
      "enum": [
        "never_subscribed"
      ]
    }
  },
  "required": [
    "subscription"
  ]
}