Request Body Parameters
Specifies the recipient’s phone number in international format (e.g.,
“1xxxxxxxxxx”).
Copy
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{Recipient number}}",
"type": "interactive",
"interactive": {
"type": "product_list",
"header": {
"type": "text",
"text": "{{text}}"
},
"body": {
"text": "{{text}}"
},
"footer": {
"text": "{{text}}"
},
"action": {
"catalog_id": "{{Catalogue ID}}",
"sections": [
{
"title": "{{title}}",
"product_items": [
{
"product_retailer_id": "{{ID}}"
},
{
"product_retailer_id": "{{ID}}"
}
]
},
{
"title": "{{title}}",
"product_items": [
{
"product_retailer_id": "{{ID}}"
},
{
"product_retailer_id": "{{ID}}"
},
{
"product_retailer_id": "{{ID}}"
},
{
"product_retailer_id": "{{ID}}"
},
{
"product_retailer_id": "{{ID}}"
}
]
}
]
}
}
}