post https://waapi.app/api/v1/instances//client/action/send-location
Send a location message to a contact or group chat. The location can include additional details like name, address and URL.
Log in to see full request history
Response
Send a location message to a contact or group chat. The location can include additional details like name, address and URL.
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/send-location \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
25{
"status": "success",
"instanceId": "1",
"data": {
"_data": {
"id": {
"fromMe": true,
"remote": "xxxxxxxxxxxx@c.us",
"id": "XXXXXXXXXXXXXXXXXXXX",
"self": "out",
"_serialized": "true_xxxxxxxxxxxx@c.us_XXXXXXXXXXXXXXXXXXXX_out"
},
"type": "location",
"location": {
"latitude": 37.422,
"longitude": -122.084,
"name": "Googleplex",
"address": "1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA",
"url": "http://google.com"
},
"t": 1738947027,
"notifyName": "Contact Name"
}
}
}