Get binary file from http request

Hello need help getting file from http request from elevanlabs
I see the data file but I cant send it back to telegram, what should i put in the file id there is no input of file if in the schema

image

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hi @shmulik.a

What info are you trying to save to a file? have you tried using the Binary data node before sending it to telegram?

Welcome to the community @shmulik.a !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


You cannot upload file using Get operation. You need to pick one of the Send operations depending on the file nature