Sending Simple POST Request

Not able to send simple POST request with raw body content

I failed to understand what options to select in the http request node
It’s not clear to me what option to select to send pure raw content though it’s a json string in the payload

I get the error message
ERR_INVALID_ARG_TYPE

You should be using the Webhook node for that, not the HTTP request node. It will give you the URL you need to send the POST request.

Two ways to can achieve this, and two ways you can debug this.

To debug:

  1. Open your browser console, when you execute an HTTP node the request will be recorded in there
  2. Try sending your request to https://httpbin.org/anything and see if it’s receiving what you expect

To send a JSON POST request:


Hi
For some reason only these options worked with me