Document message
Send a V3 document message to a WhatsApp user using either a media ID or a hosted link
post/message
Request body
Example request
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "917506080480",
"type": "document",
"document": {
"id": "1021671987023570",
"link": "https://raw.githubusercontent.com/dwyl/english-words/master/words.txt",
"caption": "Please find the document attached",
"filename": "demo.txt"
}
}Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.