ServiceNow and SharePoint integration using Rest API

Nitin15
Tera Contributor

Hi,

I am trying to integrate ServiceNow and SharePoint.

Basically we need to access List record in SharePoint from ServiceNow or Migrate sharepoint data into ServiceNow.

Any help on this will be highly appreciated.

Regards

Nitin

16 REPLIES 16

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Nitin,



Do you want 2 way communication or just fetch data from sharepoint.


If you want to send data then you will have to create a web service in servicenow and share the wsdl to sharepoint so that they can access the table data.


If you want to fetch data from sharepoint via REST API you will have to create a REST message to consume the end point and based on the response populate in servicenow table



Mark my reply as Correct and also hit Like and Helpful if you find my response worthy.


Thanks


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Ankur Bawiskar If I want to sent attachment to SharePoint and create Folder at the SharePoint what should be approach.

Devi
Tera Contributor

Please let me know whether you have achieved it.  We have the same requirement to send the scheduled report to share point folder using rest api

ami1
Giga Contributor

What is the exact requirement here..getting the list of records from share point on scheduled basis or to access the share point list through some triggering action in Servicenow?