Klaviyo · Schema

ProfileNotInFlowCondition

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type string
timeframe_filter object
View JSON Schema on GitHub

JSON Schema

klaviyo-profilenotinflowcondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileNotInFlowCondition",
  "title": "ProfileNotInFlowCondition",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "profile-not-in-flow"
      ]
    },
    "timeframe_filter": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/AlltimeDateFilter"
        },
        {
          "$ref": "#/components/schemas/InTheLastBaseRelativeDateFilter"
        }
      ]
    }
  },
  "required": [
    "type",
    "timeframe_filter"
  ]
}