how to copy attachment from servicenow to sharepoint

pratikshahake
Tera Contributor

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.

5 REPLIES 5

DrewW
Mega Sage
Mega Sage

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.

 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.

@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

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.