Forum Discussion
pavani827115
Apr 30, 2021Copper Contributor
Share attachment from servicenow to Sharepoint
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...
cberon
Apr 30, 2021Brass Contributor
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-jquery
The servicenow attachments api is at: https://docs.servicenow.com/bundle/paris-application-development/page/integrate/inbound-rest/concept/c_AttachmentAPI.html#c_AttachmentAPI
- pavani827115May 03, 2021Copper ContributorHi Cberon,
Could you please suggest how to Upload a file by using the REST API and Javascript.
Thanks,
Pavani.