Support Questions

Find answers, ask questions, and share your expertise

Does InvokeHTTP processor capable to upload file to REST API endpoint?

Explorer

Hi All,

My Scenario is like this ListFTP->FetchSFTP->UpdateAttributes->GETFILE->InvokeHTTP (Upload file to OAUTH REST API).

I am getting a single file from FetchSFTP nad trying to upload the same via InvokeHTTP to a secured Rest API. Is this possible?

Thanks,

Sri

3 REPLIES 3

Explorer

Files are of type CSV and XML to be uploaded to REST API. I am using application/octet-stream for content type.

Explorer

Files are of type CSV and XML to be uploaded to Rest API. I am using application/octet-stream as content-type in request header section. I am able to post the same via Postman collection.

Explorer

Can somebody share views on the same...