Does anyone have a quick rundown on what methods to use to set the httpclient methods and execute?
I know it goes something like so :
import commvault.cte.workflow.activities.HttpClient;
def httpclient = new HttpClient();
But then what next?
How do I set the http method, headers and, and url?