Uploading file to SharePoint using Pega Robotics

Crowdsourcing on the best approach in uploading a file in SharePoint site.

  • Using REST API
  • Interrogating SharePoint site as a Web Application.

Or does Pega Robotics v22 have an available SharePoint connector that we can leverage.

Thanks!

@rnikkoprado There is not a SharePoint connector within the current product. It seems like there might be a better way to do this than through interrogation using the APIs or even C# code directly. I have interrogated it in the past and it will work, but if there are APIs available, those are a great option in many cases.

@ThomasSasnett Thanks for the insightful inputs!