Skip to main content

Hello!

 

I’m just looking around for a solution for a request which I have to solve with K2.

Here are the details:

 

We have documents stored with metadata in a SharePoint 2013 library. When an event like create, change was triggered then the document with the metadata should be copied by K2 to a webservice.

The preferred way would be to send the data to a REST service. I just looked to the community and the blackmarket and found not really a solution for this.

 

My questions are:

  • is there a possibility to send documents and metadata to a REST service? (is it possible to do a HTTP POST action with K2?)
  • how can I create a xml file with data which is collected by a SmartObject.

 

Maybe someone has some information or a solution for me.

 

Many thanks in advance.

Regards Michael

@michaelmayr,


 


Have you taken a look at this REST API reference and samples


 


From this doc "The key takeaway here is that if it can't be done with a remote API, K2 integration cannot enable that feature or functionality."


Which links to Sharepoint Add-ins


 


I hope that gets you pointed in the right direction. 


Reply