Appearance
Send Location Message
POST
/whatsapp/message/location
Send a location message to a specified contact.
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
JSON
{
"to": "string",
"contact": "string",
"content": {
"latitude": "string",
"longitude": "string",
"name": "string",
"address": "string"
}
}
Responses
Location message sent successfully
application/json
JSON
{
"message_id": "string",
"body": "string",
"type": "string",
"timestamp": "string",
"metadata": {
}
}
