Request Body Parameters
Specifies the whatsapp business account id.
Specifies the recipient’s phone number in international format (e.g.,
“1xxxxxxxxxx”).
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{recipient_no}}",
"type": "template",
"template": {
"name": "zero_tap_ttt_vk_fff",
"language": {
"code": "en_US"
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "84984519"
}
]
},
{
"type": "button",
"sub_type": "url",
"index": "0",
"parameters": [
{
"type": "text",
"text": "8498451119"
}
]
}
]
}
}