JSON
A valid JSON string
Specification
This type of parameter has no extra options.
It acts as a multi-line text field to the user, with one notable difference: the module will automatically convert the input to a JSON object, so if you map "{{parameters.myJsonField}}"
in Communication, that value will be an object (or array).
If the provided value is not valid JSON, the module will throw a validation error.
Example
JSON input

Last updated