Uncurler v1

This tool will take in a curl command and output JSON that you can paste directly in your scenario to create a module according to the configuration.

Just pop the curl command, submit, copy the result and press Ctrl+V (Cmd+V on Mac) on your scenario editor.

Currently, this will only work for requests that use JSON body, or do not have a body (GET, DELETE, OPTIONS, HEAD...). Other formats such as multipart/formdata, application/x-www-form-urlencoded, XML are not yet supported.

If you choose a module other than "Make a Request" be sure to configure the connection for it!