Send File Message
In this page we show you how to send a message containing a pdf file.
Arguments
Explanation
{
"type": "file",
"mediaUrl": "https://www.w3.org/dummy.pdf",
"text": "Here is a pdf attached"
}curl --location 'channel360.co.za/v1.1/org/{{orgId}}/whatsapp/appuser/{{appUserId}}/reply' \
--data '{
"type": "file",
"mediaUrl": "https://www.w3.org/dummy.pdf",
"text": "Here is a pdf attached"
}'Last updated
Was this helpful?