WhatsApp · Example Payload

Whatsapp Cloud Api Location Message Example

Whatsapp Cloud Api Location Message 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

latitudelongitudenameaddress

Example Payload

Raw ↑
{
  "latitude": 42.5,
  "longitude": 42.5,
  "name": "Example Business",
  "address": "example_value"
}