Example

JSON Parameter

You have to make sure that your input is a valid JSON String and not an object as you write it in JavaScript for example.

Input-Field

{ "json": { "firstName": "John Doe" } }

JS-Code-Field

return input.json.firstName;

Output-Field

{ output: 'John Doe' }

Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example
?