Klaviyo · Schema

SendWhatsAppActionData

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
message object
status string Flow action status.
View JSON Schema on GitHub

JSON Schema

klaviyo-sendwhatsappactiondata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SendWhatsAppActionData",
  "title": "SendWhatsAppActionData",
  "type": "object",
  "properties": {
    "message": {
      "$ref": "#/components/schemas/FlowWhatsApp",
      "nullable": true
    },
    "status": {
      "description": "Flow action status.",
      "type": "string",
      "example": "draft",
      "default": "draft",
      "enum": [
        "disabled",
        "draft",
        "live",
        "manual"
      ]
    }
  }
}