Klaviyo · Schema

ChannelSettings

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
sms object
whatsapp object
View JSON Schema on GitHub

JSON Schema

klaviyo-channelsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelSettings",
  "title": "ChannelSettings",
  "type": "object",
  "properties": {
    "sms": {
      "$ref": "#/components/schemas/PhoneNumberConsentChannelSettings"
    },
    "whatsapp": {
      "$ref": "#/components/schemas/PhoneNumberConsentChannelSettings"
    }
  }
}