Hi,
I have API set up for a third party service that allows you to upload files for specific Product IDs and saves them on cloud in a way having documentation of a specific product.
Now, I have a lot of folders in sharepoint named based on the products and these folders have the document files of that product ID.
I am trying to figure out a way to automate this for now and future like:
Upload all the current files that are available in the folder to the third party service under each respective product ID sections and in future if new folder is created with files upload those to the service as well.
I know this is super complex but the future proofing is not a priority right now, if I get all the current files uploaded that would be a huge deal.
The API call requires:
ProductID and LinktoDocument(this can be a common drive or sharepoint link etc) and Type of the file (jpg, pdf etc)
I am open to all kinds of suggestions.