Whatsapp Video Message Request #20
Replies: 5 comments 22 replies
-
Hi @invictoring if you are sending a youtube video URL you will need to use the text message with previewurl property set to true. To send a video message for the user to download, you must upload the video using UploadMedia Function which returns the MediaId. You can use MediaId to get the media URL from the GetMediaUrl function, take note the media URL returned from the cloud API is valid for 5 minutes and the size limit is 16MB. If the cloud API returns the media URL you can send the video for the user to download. The same applies to any media message you want to send the user. Let me know if you are able to send a video message. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your support. i have another question can we use whatsapp business api for business what steps do we need to take kindly guide thanks. Do we need Business Solution Provider or we can do this ourselves by using this api. |
Beta Was this translation helpful? Give feedback.
-
Hi there
I saw that you have this (similar) Vid Template AND you use a URL. Please assist.. ` [HttpPost]
}` |
Beta Was this translation helpful? Give feedback.
-
Do you have an answer on this limitation Vs, why I can send larger videos using the WhatsApp Web, vs the Business APIs? |
Beta Was this translation helpful? Give feedback.
-
O boy!!
I red your message 3 times, and still did not get it, until my daughter showed me the 4 vs 5 (last digit) of H.264 vs H265
Thanx...
Get BlueMail for Android
…On 12 Feb 2024, 20:13, at 20:13, Gabriel Odero ***@***.***> wrote:
The cloud api will just send the video if it has mp4 file format but
the API performs internally to check the video codec of the video file
on their end before sending the message to the user. I converted the
file to have H.264 video codec and I was able to send it and receive
the video message.
The business API does not allow videos that are encoded in either HEVC
or H.265 codec.
You will be required to send video message with H.264 codec using the
business API.
--
Reply to this email directly or view it on GitHub:
#20 (reply in thread)
You are receiving this because you were mentioned.
Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am able to send text message successfully but video message is not sending also guide me what is video url and do we need to first upload video to url then use that url. I tried youtube video url but that does not seem to be working. Kindly help me thanks.
Beta Was this translation helpful? Give feedback.
All reactions