Klaviyo · Schema

CustomJavascript

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
id string Not allowed on create.
properties object
type string
View JSON Schema on GitHub

JSON Schema

klaviyo-customjavascript-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomJavascript",
  "title": "CustomJavascript",
  "type": "object",
  "properties": {
    "id": {
      "description": "Not allowed on create.",
      "type": "string",
      "nullable": true
    },
    "properties": {
      "$ref": "#/components/schemas/TriggerBaseProperties"
    },
    "type": {
      "type": "string",
      "enum": [
        "custom_javascript"
      ]
    }
  },
  "required": [
    "type"
  ]
}