Apr 29 2021 11:29 PM
Hi Team,
I have a requirement to share the audio file from servicenow to sharepoint. I want to use the Rest API to integrate this. Could some one suggest the way how we can do it. Rest endpoint and how the sharepoint rest api is working and all.
Thanks,
Pavani.
Apr 30 2021 07:55 AM
@pavani827115 For the SharePoint side of things, you can look at the uploadfile() method in article: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/upload-a-file-by-using-the-rest-api-and-j...
The servicenow attachments api is at: https://docs.servicenow.com/bundle/paris-application-development/page/integrate/inbound-rest/concept...
May 02 2021 11:54 PM