HI, I spent some time trying to figure out why my POST request does not work in a V8 event script. Turned out I didn’t need to do JSON.serialize on payload object, just pass it ‘as is’. In the docs examples here a POST example in V8 serializes the payload, but in Node.js it doesn’t. Serializing the payload gave me :
"No record(s) detected in request. Please make sure record(s) are wrapped in a 'resource' tag.
Is the V8 example wrong or am I missing something?