How to upload file through Advanced REST client?

I have a one workflow which contain input file as runtime parameter. when we hit request through catalogue on server it need file. How can we upload that file with advanced REST client?

Hi! Rajeshwarri,

to execute workflows with a file upload parameters we need to use the following AutomationEdge REST APIs.

  1. AutomationEdge Authentication API
  2. File Handling API - File Upload: to upload file to AE Server by passing workflow ID parameter.
  3. Execute workflow API. In this Advanced REST Client step use the value of the uploaded file in the payload of the previous step.