Clay Icon

Troubleshooting JSON Stringification for HTTP API Action in Enrichment

ยท
ยท

Hi - I'm trying to pass a JSON response I get from an enrichment into the HTTP API action. The api expects the JSON to be stringified and I can't seem to pass it as a string. When I try to use a Formula to convert it via JSON.stringify(/reference-to-field), it shows it in the text field but the values aren't stringified. I can't use JSON.stringify in the actual body of the request.