Klaviyo · Schema

PushSendOptions

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

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