Klaviyo · Schema

SMSSubscriptionParameters

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
marketing object The parameters to subscribe to marketing on the "SMS" Channel.
transactional object The parameters to subscribe to transactional messaging on the "SMS" Channel.
View JSON Schema on GitHub

JSON Schema

klaviyo-smssubscriptionparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSSubscriptionParameters",
  "title": "SMSSubscriptionParameters",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The parameters to subscribe to marketing on the \"SMS\" Channel.",
      "$ref": "#/components/schemas/SubscriptionParameters",
      "nullable": true
    },
    "transactional": {
      "description": "The parameters to subscribe to transactional messaging on the \"SMS\" Channel.",
      "$ref": "#/components/schemas/SubscriptionParameters",
      "nullable": true
    }
  }
}