WhatsApp · Example Payload

Whatsapp Cloud Api List Section Example

Whatsapp Cloud Api List Section Example is an example object payload from WhatsApp, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlerows

Example Payload

Raw ↑
{
  "title": "example_value",
  "rows": [
    {
      "id": "wamid.abc123",
      "title": "example_value",
      "description": "example_value"
    }
  ]
}