how to copy attachment from servicenow to sharepoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 08:04 AM
I am new to ServiceNow i don't have idea about integration
I have requirement that i need to add all the attached attachments from ServiceNow instance to SharePoint. how to do it using ServiceNow Rest API.
I don't want to buy any subscription for this.
Thank in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 09:51 AM
So this is a one time thing then or do you want "Move" the attachments to SharePoint on a regular basis? Or is this a copy? More details would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 10:14 AM
I want to "Move" the attachments to SharePoint on a regular basis once attachment move i need to delete it from ServiceNow.
when i open attachment in SharePoint it should be open into ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 10:28 AM
@DrewW I want to move the attachment to SharePoint on a regular basis. and once data is move to sharepoint need to delete it from servicenow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 09:27 AM
Do you own Integration hub and if so have you looked at the SharePoint Spoke?
If you do not or do not want to use that integration then you have a few options, below are two.
1 - Get a SharePoint dev to develop a process to pull over the attachments and then update the record in ServiceNow so people know where to go to get the attachment
2 - User PowerShell to pull the attachments out of ServiceNow and push them over to SharePoint and then update the record they were attached to.
3 - Use some other scripting language to do the same thing as number 2.
Personally I think this is just going to cause a lot of grief for the people who attach things having to go find the attachment somewhere else.