How to read Query Parameter in a Custom Connector?
Recently, we were addressing a requirement where we needed to work with a custom connector. We had an API that accepted GET & POST request methods. Some values were needed to be read in the request as query parameters. Scouring through the internet, we found no documented way to read the query parameters. After some… Read More »