Klaviyo · Schema

RejectReasonUnrelated

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
reason string rejected due to unrelated content
View JSON Schema on GitHub

JSON Schema

klaviyo-rejectreasonunrelated-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RejectReasonUnrelated",
  "title": "RejectReasonUnrelated",
  "type": "object",
  "properties": {
    "reason": {
      "description": "rejected due to unrelated content",
      "type": "string",
      "enum": [
        "unrelated"
      ]
    }
  },
  "required": [
    "reason"
  ]
}