Send video to chatbot

(Augusto Vera) #1

I have checked the only post about sending video, alas it is from 2016 and it is very confusing, I have tried to make work a youtube video and a facebook video with no success. Even the screenshots are not updated. ¿Are there any updated samples about this?, Thanks!.

(Daniel Beckett) #2

Hi @Augusto_Vera,

Which platform are you looking to send video on?

(Augusto Vera) #3

I intend to send video through Facebook Messenger

(Daniel Beckett) #4

@Augusto_Vera

The following custom request should work:

{
 "attachment":{
   "type":"video",
   "payload":{
     "url":"http://clips.vorwaerts-gmbh.de/VfE_html5.mp4"
   }
 }
}

Here’s an example flow:

Edit:
Just a quick note - YouTube doesn’t give you the full URL including file extenstion so you wouldn’t be able to send a YouTube video unless you can get a copy uploaded publically.