Retrieving Documents from SharePoint and DocLoader for Automated Processing

0
Hi Team,I am working on a requirement where users receive an email containing a table similar to the one below:S.NoLink to DocumentRemarkAI1SharePoint Document LinkTestBot Link (Deep Link to trigger Microflow)2DocLoader Document LinkTestBot Link (Deep Link to trigger Microflow)When a user clicks the AI link, a Mendix microflow is triggered. The objective is:Retrieve the document referenced in the corresponding row.Process the document content of type PDF and WordExtract data from the document for further automation.Current StatusI am able to download documents that are stored in SharePoint using the existing SharePoint integration.For documents stored in DocLoader, the link looks similar to the following:https://eos-web.erlm.abc.de/docloader/docloader.asp?docid=EG524KL-HJ525-86UJ-R8H4-J5K6I2E11QuestionsHas anyone worked with DocLoader integrations before?Is there a supported way to programmatically retrieve the actual file content from a DocLoader URL (or from the corresponding docid) rather than simply opening the link in a browser?Does DocLoader expose any API or download endpoint that can be called from Mendix/Java to obtain the document as a file?Once the file is obtained, what would be the recommended approach to handle different document formats (PDF, word docx) and extract their content in a scalable way?Are there any best practices for building a generic document-processing flow where the source document may come from either SharePoint or DocLoader?Any guidance, architecture recommendations, or previous implementation experience would be greatly appreciated.Thanks in advance.Note : I am using mendix 9.24 version
asked
0 answers