Klaviyo · Schema

SMSChannel

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

klaviyo-smschannel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSChannel",
  "title": "SMSChannel",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The SMS marketing subscription.",
      "$ref": "#/components/schemas/SMSMarketing",
      "nullable": true
    },
    "transactional": {
      "description": "The SMS transactional subscription.",
      "$ref": "#/components/schemas/SMSTransactional",
      "nullable": true
    }
  }
}