I need help to send JSon via http request

Hello I need help to successfully send JSON via http request PUT. I have my last node which is an http request however I cannot automate the body, so that it retrieves the data in Input. if I copy and paste the json in RAW into the body it works well, but I don’t want to do this copy and paste. is there an expression that allows you to retrieve the entire json and send it?
I use the desktop version and so I gave you a screenshot to see the last node.

Information on your n8n setup

  • n8n version: 1.37.3
  • Running n8n via desktop app
  • Operating system: Mac OS

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:

So I found the solution, by adding an aggregation node before my http request.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.