Klaviyo · Schema

UnsupportedSendStrategy

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
method string
View JSON Schema on GitHub

JSON Schema

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