Klaviyo · Schema

SMSSendOptions

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
use_smart_sending boolean Use smart sending.
View JSON Schema on GitHub

JSON Schema

klaviyo-smssendoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSSendOptions",
  "title": "SMSSendOptions",
  "type": "object",
  "properties": {
    "use_smart_sending": {
      "description": "Use smart sending.",
      "type": "boolean",
      "example": true,
      "default": true,
      "nullable": true
    }
  }
}