Location messages | Developer Documentation
Location messages
Updated: Nov 3, 2025
Location messages allow you to send a location's latitude and longitude coordinates to a WhatsApp user.

Request parameters
| Placeholder | Description | Example Value |
|---|---|---|
<ACCESS_TOKEN>String |
Required.
|
|
<API_VERSION>String |
Optional.
Graph API version. |
v25.0 |
<LOCATION_ADDRESS>String |
Optional.
Location address. |
101 Forest Ave, Palo Alto, CA 94301 |
<LOCATION_LATITUDE>String |
Required.
Location latitude in decimal degrees. |
37.44216251868683 |
<LOCATION_LONGITUDE>String |
Required.
Location longitude in decimal degrees. |
-122.16153582049394 |
<LOCATION_NAME>String |
Optional.
Location name. |
Philz Coffee |
<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>String |
Required.
WhatsApp business phone number ID. |
106540352242922 |
<WHATSAPP_USER_PHONE_NUMBER>String |
Required.
WhatsApp user phone number. |
+16505551234 |