Klaviyo · Schema

WhatsappChannel

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
marketing object The Whatsapp marketing subscription.
transactional object The Whatsapp transactional subscription.
conversational object The Whatsapp conversational subscription.
View JSON Schema on GitHub

JSON Schema

klaviyo-whatsappchannel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WhatsappChannel",
  "title": "WhatsappChannel",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The Whatsapp marketing subscription.",
      "$ref": "#/components/schemas/WhatsappMarketingChannel",
      "nullable": true
    },
    "transactional": {
      "description": "The Whatsapp transactional subscription.",
      "$ref": "#/components/schemas/WhatsappTransactionalChannel",
      "nullable": true
    },
    "conversational": {
      "description": "The Whatsapp conversational subscription.",
      "$ref": "#/components/schemas/WhatsappConversationalChannel",
      "nullable": true
    }
  }
}