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": "order_status",
"body": {
"text": "{{body-text}}"
},
"action": {
"name": "review_order",
"parameters": {
"reference_id": "1567894_hgdyuagcyatudsdighyu",
"order": {
"status": "canceled",
"description": "failed status"
}
}
}
}
}