Request Body Parameters
Specifies the recipient’s phone number in international format (e.g.,
“1xxxxxxxxxx”).
{
"messaging_product": "whatsapp",
"preview_url": false,
"recipient_type": "individual",
"to": "{{Recipient-Phone-Number}}",
"type": "document",
"document": {
"link": "{{document URL}}",
"caption": "{{text message}}"
}
}