Request Body Parameters
Specifies the recipient’s phone number in international format (e.g.,
“1xxxxxxxxxx”).
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{Recipient-Phone-Number}}",
"type": "location",
"location": {
"latitude": “{{Sample latitude}}”,
"longitude": "{{Sample longitude}}",
"name": "{{Area Name}}",
"address": “{{Correspondence address}}”
}
}