WhatsApp · Example Payload

Whatsapp Cloud Api Template Parameter Example

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

Top-level fields

typetextpayloadcoupon_codeimagevideodocumentlocationcurrencydate_time

Example Payload

Raw ↑
{
  "type": "text",
  "text": "Hello from WhatsApp!",
  "payload": "example_value",
  "coupon_code": "example_value",
  "image": "example_value",
  "video": "wamid.abc123",
  "document": "example_value",
  "location": "example_value",
  "currency": {
    "fallback_value": "example_value",
    "code": "example_value",
    "amount_1000": 42
  },
  "date_time": {
    "fallback_value": "example_value"
  }
}