Help needed with Http Request Node

hi All

I am setting up a workflow where users upload a file via telegram chat , which then pass the file to set node >> and then to http request node >> function code >> open AI >> then to Telegram message back

on the http request node I need to enable options field for download = true and binary = data however I don’t see that options in http request node , I need some help to fix this .

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @harsh_mehta hope all is well! Welcome to the community.

When you say that you “need to enable options field for download = true and binary = data” where does this information is coming from? (Let me guess, ChatGPT?)

From the flow you explained (up to a point when things stop working for you), you have a telegram trigger, which catches messages that contain attachments, such messages are passed into the code node (why?) and then after whatever happens in the Code node, the flow goes into an HTTP Request node (why?).

Please explain and embed your workflow for us to try to help you.