Servicenow Sharepoint Integration using REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 10:10 PM
Has anyone done Servicenow Sharepoint Integration using REST API. I need to know following for the start?
Use Case is : retreive doc and tie to change module.
1. What are the prerequisites from sharepoint end for the successful connect?
2. How can we first test the connectivity?
3. Any available code to retreive the doc and tie to servicenow table?
I am new to integration, need help from the community?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 01:37 AM
Hi, I would suggest to use Microsoft Sharepoint spoke
However it will require creating a custom app in Azure AD console, so you will need an access there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 12:37 AM
1. What are the prerequisites from sharepoint end for the successful connect?--> For any REST API based Integration you need user authentication details and Share Point end point rest URL for resources you want to access
2. How can we first test the connectivity?--> From POSTMAN tool or from service now you can test the connectivity.
3. Any available code to retreive the doc and tie to servicenow table?--> You need to explore this
Regards
some more resources on same- https://www.youtube.com/watch?v=aNrjidj7oOc
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 12:40 AM
Hi Rahul, Thanks a lot, I will go through the link.