WhatsApp · Example Payload

Whatsapp Flows Api Create Flow Request Example

Whatsapp Flows Api Create Flow Request Example is an example object payload from WhatsApp, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecategoriesclone_flow_idendpoint_uri

Example Payload

Raw ↑
{
  "name": "Example Business",
  "categories": [
    "LEAD_GENERATION"
  ],
  "clone_flow_id": "wamid.abc123",
  "endpoint_uri": "example_value"
}