Http request in emdedded web messenger

(Ian Lawrence) #1

I am trying to do this

Webhook URL
https://chatsecrets.com/downloads/countdown/gif.php?time=tomorrow
HTTP Method
GET
Headers
Content-Type: image/gif

and i get a 200 in the logs with success but nothing is displayed. Is this not supported in the embedded version or do i need to do something different

Thanks!

(John Jackson) #2

That simply gets a URL ‘on the server’. To display the image on the messenger, you’ll need the ‘Bot > Send an Image’ action.

(Ian Lawrence) #3

Oh I see. Thanks a lot. What about video being displayed as well? Maybe a Bot > Get a video action would be good?