Klaviyo · Schema

PhoneNumberConsentChannelSettings

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
consent_type string Consent Type Enum.
View JSON Schema on GitHub

JSON Schema

klaviyo-phonenumberconsentchannelsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneNumberConsentChannelSettings",
  "title": "PhoneNumberConsentChannelSettings",
  "type": "object",
  "properties": {
    "consent_type": {
      "description": "Consent Type Enum.",
      "type": "string",
      "enum": [
        "phone_number_only",
        "promotional",
        "transactional"
      ],
      "nullable": true
    }
  }
}