Klaviyo · Schema

BooleanBranchLinks

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
next_if_true string
next_if_false string
View JSON Schema on GitHub

JSON Schema

klaviyo-booleanbranchlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BooleanBranchLinks",
  "title": "BooleanBranchLinks",
  "type": "object",
  "properties": {
    "next_if_true": {
      "type": "string",
      "nullable": true
    },
    "next_if_false": {
      "type": "string",
      "nullable": true
    }
  },
  "required": [
    "next_if_true",
    "next_if_false"
  ]
}