Hi all,
I’m using the web connection process action to interact with a third party API.
There are two issues I run into:
- “Path” is a fixed property, requiring me to define many endpoints for the web connection;
- “Method” is a fixed property for the endpoint, but not part of the key for that record. It does not allow multiple methods per endpoint.
For the path there are two ways I tried to work around this:
- defining “Path” as {path} in order to turn it into a parameter
- defining `url_path` as a parameter to the web connection.
The method is a domain with elements in the endpoint definition, not allowing to enter {method} as “Method”. I did define `http_request_method` as parameter to the web connection.
I was not able to get either option to work as I intended.
Does the web connection process action support this kind of abstraction? Should I model this as a custom / message protocol independent flow?

