Exact input to send in HTTP request body

Describe the problem/error/question

I want the extact input information on this http reqest to send. Is there any way to get that raw data to send without all the extra stuff n8n puts in? If I copy and past the input into the body of the http request it works. I need something to get this information into the body unchanged to send out.

I found the answer to this looking around on the forums!

Instead of

{{json}}

I used

{{ [$json] }}

and it worked perfect.

3 Likes

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