Send raw data by HTTP Request

(varus) #1

Hi team!

I am new in flowxo and need your help.
I using flowxo with Telegram bot. I have received file (audio file) in my flow. Now I need to send this file (content) to another service.
I tried to use Http Request block and this block can send raw body. But in my NewFile trigger I have property file_url, and have not access to content of this file. I need put content of file to HTTP raw text field.
How can I do it?

(Nathan Stults) #2

That functionality isn’t officially supported. You might be able to accomplish what you want using our Code action, however. We don’t have a sample to demonstrate how though, so it will likely take some trial and error: https://support.flowxo.com/article/145-code

Nathan

(varus) #3

Thank you for recommendation :slight_smile: I will try