Question about how to use HTTP Request Node to send a POST request with only a value

Hello! I’m trying to send an HTTP POST request, and it requires that I only send a value along, when I send a key and a value, my endpoint doesn’t accept the request. I’m able to do this with curl by running ‘curl -X POST -d “Example Data” http://example.com/post

Just as I’m typing this, I’m realizing I could just use the execute command node and run that curl command if I need to. But is there any way to utilize the HTTP Request node to do what that curl command does? I’m only seeing a way to send both a key and a value.

I no longer need help on this, I found a way to get my endpoint to accept HTTP POST requests that have a key and value, so I’m able to use the HTTP Request Node now.

2 Likes