WhatsApp · JSON Structure

Whatsapp Flows Api Update Flow Request Structure

UpdateFlowRequest from WhatsApp API

Type: object Properties: 4

UpdateFlowRequest is a JSON Structure definition published by WhatsApp, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name categories endpoint_uri application_id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/whatsapp/refs/heads/main/json-structure/whatsapp-flows-api-update-flow-request-structure.json",
  "name": "UpdateFlowRequest",
  "description": "UpdateFlowRequest from WhatsApp API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Business"
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "endpoint_uri": {
      "type": "string",
      "format": "uri",
      "example": "example_value"
    },
    "application_id": {
      "type": "string",
      "example": "wamid.abc123"
    }
  }
}