Orchestration to Upload Media Object /file/upload
Hello Oracle,
I am creating an Orchestrator to upload a PDF file. I am using REST API as per link - /file/upload https://docs.oracle.com/en/applications/jd-edwards/cross-product/9.2/rest-api/op-file-upload-post.html
Step 1 - I have created a connector to request for token => Request a Token v1 - POST - /tokenrequest. This works and token is retrieved.
Step 2: I have created a connector to upload the media object. I am stuck at point, how do i send the token from first connector output to second connector.
Not sure if any output formatting is required or how that is done ? Your help is highly appreciated.