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 11:08 PM
Hi Nitin,
You will have to specify the header in sharepoint and generate a dynamic view name.
Once this is done prepare URL for REST call to query the required records
Put the required details for the REST call like view name, metadata, row limit and you should be able to export the records to excel/csv
This can be imported in ServiceNow easily using transform maps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 11:44 PM
Hi Ami,
Thank you for your response.
First step where I am stuck is, how do I authenticate my Rest call from ServiceNow.
Basic auth didn't work.
Do you know how to set up OAuth between the two ?
Regards
Nitin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 01:45 PM
Hi Nitin,
Have you done integration with sharepoint using REST API or any other way?
Thanks,
Teja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 01:54 AM
Hi,
We are having same requirement need to import html file from sharepoint to servicenow transform map via Custom(load from script) data source. Can you please provide example scripts so that we can utilize it. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 03:42 PM