Hi everyone,
Recently my team started exploring OpenText API, so that Studio processes could download and upload files from our organization without having to open the browser at any time.
I’ve been searching the best way to do this and I finally got it, and now I’m sharing this knowledge with you so you don’t have to waste any more time.
You’re welcome to explore and reverse engineer everything I’m sharing here.
OpenText_DownloadFiles.xaml (17.1 KB)
OpenText_UploadFiles.xaml (8.0 KB)
The Upload Files sequence uses C# to make the request because of the request type (multipart/form-data), while the Download Files sequence uses the normal HttpClient activities (application/x-www-form-urlencoded).
Hope you can do it aswell.