E9.2 Access Image file using Rest API

smenon69

Active Member
I have project to retrieve Image files from an external server (S3). Looking for direction on how to retrieve Image file from S3 Server using JDE Orchestrator. Any inputs appreciate.

Thanks
SM
 
I have project to retrieve Image files from an external server (S3). Looking for direction on how to retrieve Image file from S3 Server using JDE Orchestrator. Any inputs appreciate.

Thanks
SM
It's easiest to test this out using Postman, assuming you need to retrieve the image via REST API. Get it settled in postman, map out the base URL and variable-ize the path, and then convert that into a connector-connection pair in orchestrator studio. Then use the connector within an orchestration and test everything again.
 
Back
Top