In the Generic Writer config, I want to pass a hardcoded parameter into JSON body like:
"archived": "false"
Someone suggested using: "request_data_wrapper": "{\"archived\": \"false\"}",
but this did not work.
Any suggestions?
Here is my code
{ "path": "https://api.10000ft.com/api/v1/projects/[[project_id]]", "mode": "JSON",... (More)