WhatsApp · Example Payload

Whatsapp Business Management Api Template Button Example

Whatsapp Business Management Api Template Button Example is an example object payload from WhatsApp, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typetexturlphone_numberexampleflow_idflow_actionnavigate_screen

Example Payload

Raw ↑
{
  "type": "QUICK_REPLY",
  "text": "Hello from WhatsApp!",
  "url": "https://example.com/image.jpg",
  "phone_number": "+15551234567",
  "example": "example_value",
  "flow_id": "wamid.abc123",
  "flow_action": "example_value",
  "navigate_screen": "example_value"
}