API Connector - application/x-www-form-urlencoded

Some application needs Content-Type = application/x-www-form-urlencoded (Text, not JSON).
The curl request looks more like this :
-d "param1=value1&param2=value2"

So we must use the API Connector like this :


Not as handy as JSON.

If we could use fill in the parameters like in Postman for this type of request, it would be easier. Like with Postman :

1 Like

Sorry what is the problem here?

not a problem, just an idea to simplify this type of request using Parameter fields instead of the Body field, like in Postman.

The body is more flexible, and you can use parameters in it.