Address
This page describes how to send address messages on the WhatsApp Business Platform.
Address Message Request
Name
Value
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "<PHONE_NUMBER>",
"type": "interactive",
"interactive": {
"type": "address_message",
"body": {
"text": "Thanks for your order! Tell us what address you’d like this order delivered to."
},
"action": {
"name": "address_message",
"parameters": {
"country": "<COUNTRY_ISO_CODE>"
}
}
}
}Error Handling
Address Message Steps
Last updated
Was this helpful?