v1
latestOpenAPI 3.0.32026-07-268345159.5 KBDocument 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