api-guy
New Member
Joined: Aug 4, 2025
Follow
RE: POST CALL JSON REST API Call returns 400 with module
Within your custom functions, it's recommended to utilize the native JavaScript functions JSON.stringify() or JSON.parse() instead of createJSON() or ...
2 years ago
Forum
RE: POST CALL JSON REST API Call returns 400 with module
The JSON creation prompt seems unusual. Are you using AI to format the JSON body for your request? I'd recommend swapping your destination URL with a ...
2 years ago
Forum