Request Body Parameters
Specifies the recipient’s phone number in international format (e.g.,
“1xxxxxxxxxx”).
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{Recipient number}}",
"type": "interactive",
"interactive": {
"type": "product",
"body": {
"text": "text-body-content"
},
"footer": {
"text": "text-footer-content"
},
"action": {
"catalog_id": "{{Catalogue ID}}",
"product_retailer_id": "{{Retailer ID}}"
}
}
}