Send Location
Endpoints
Send Location
Send a location pin to an existing contact.
POST
Send Location
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "location" |
location.latitude | number | Yes | Latitude coordinate |
location.longitude | number | Yes | Longitude coordinate |
location.name | string | No | Location name shown to the recipient |
location.address | string | No | Full address shown to the recipient |
context_message_id | string | No | WhatsApp message ID to reply to |
Response
Success (200)
Error: Missing Required Field (400)
Integration Example
Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json
Recipient phone number with country code
Example:
"+27123456789"
Must be "location"
Available options:
location Example:
"location"
Location coordinates and details
WhatsApp message ID to reply to
Example:
"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."

