Klaviyo · Schema

ProfileHasNotReceivedPushMessageCondition

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

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