Klaviyo · Schema

RejectReasonPrivateInformation

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
reason string rejected due to private information
View JSON Schema on GitHub

JSON Schema

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