Klaviyo · Schema

NextStepProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
list_id string
View JSON Schema on GitHub

JSON Schema

klaviyo-nextstepproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NextStepProperties",
  "title": "NextStepProperties",
  "type": "object",
  "properties": {
    "list_id": {
      "type": "string",
      "nullable": true
    }
  }
}