WhatsApp · Example Payload

Whatsapp Business Management Api Template Component Definition Example

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

Top-level fields

typeformattextexamplebuttonsadd_security_recommendationcode_expiration_minutes

Example Payload

Raw ↑
{
  "type": "HEADER",
  "format": "TEXT",
  "text": "Hello from WhatsApp!",
  "example": {},
  "buttons": [
    "example_value"
  ],
  "add_security_recommendation": true,
  "code_expiration_minutes": 42
}