Klaviyo · Schema

PushChannel

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
marketing object The mobile push marketing subscription.
View JSON Schema on GitHub

JSON Schema

klaviyo-pushchannel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PushChannel",
  "title": "PushChannel",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The mobile push marketing subscription.",
      "$ref": "#/components/schemas/PushMarketing",
      "nullable": true
    }
  }
}