ServiceNow and SharePoint integration using Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 05:37 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 05:45 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2021 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2025 08:10 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 05:45 AM
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?