Klaviyo · Schema

SMSUnsubscriptionParameters

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
marketing object The parameters to unsubscribe from marketing on the "SMS" channel.
transactional object The parameters to unsubscribe from transactional messaging on the "SMS" channel.
View JSON Schema on GitHub

JSON Schema

klaviyo-smsunsubscriptionparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSUnsubscriptionParameters",
  "title": "SMSUnsubscriptionParameters",
  "type": "object",
  "properties": {
    "marketing": {
      "description": "The parameters to unsubscribe from marketing on the \"SMS\" channel.",
      "$ref": "#/components/schemas/UnsubscriptionParameters",
      "nullable": true
    },
    "transactional": {
      "description": "The parameters to unsubscribe from transactional messaging on the \"SMS\" channel.",
      "$ref": "#/components/schemas/UnsubscriptionParameters",
      "nullable": true
    }
  }
}