BRIDGE - Using JSON as HTTP Call body

Options

Hi all,

I am trying to send a JSON payload using HTTP Call utility function, but on the target url I receive the payload as a string.

I am actually using a Javascript script to build the payload and then using the reference as a body, but also trying using something like { "test": true } in the body will produce something like '{"test": "true"}' : ''

What am I doing wrong?

Tags:

Answers