-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Customer Portal - Requests
-
None
-
0
Steps to Reproduce
- attachTemporaryFiles function only has the option to upload multipart/form-data files.
Expected Results
Above API function is able to take data as Bytes, base64 encoded or directly from another service.
Workaround
Solution not tested, however a possibility is to download the file on customers own server temporarily and then post it to the above function. Once sent, delete the file from server.