How to integrate Sharepoint and Servicenow using REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2021 04:37 AM
Hi All,
We have created a form using the Order Guide. The form is available in the service portal for the end-user to submit a request. When an end-user provides values (in numbers) and submits the form I want to get those values to SharePoint and automate calculations there (in the spreadsheet) and update the sheet. New to integrations in general, so need all the help I can get.
I want the details like,
How to integrate ServiceNow with SharePoint using REST API?
Please help me.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2021 01:37 AM
Hello,
Please refer the below post.
Thanks,
Laxmi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2021 01:52 AM
you need to configure REST MESSAGE on Servicenow end, endpoints will be provided by SharePoints and then we to configure them in service-now when the user submit the form you will execute rest message using code. below link will help how to use RES Message in service-now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2021 02:23 PM
hi,
Did u manged to connect with SharePoint using rest api?