Klaviyo · Schema

ImplicitlyReachable

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
reachable_status string
View JSON Schema on GitHub

JSON Schema

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