The CreatorCon Call for Content is officially open! Get started here.

Integration Two ServiceNow Instances

SubashM
Tera Contributor

Hi,

I am interested in setting up a one-way integration between two instances.

  • I have created a story in the source instance, and I need to create it in the target instance.
  • I updated the story in the source instance, so the same changes should be reflected in the target instance.

"I have attempted to use a REST Message, but have been unsuccessful in achieving my desired outcome."

I am working on integration analysis, but I am struggling to identify the most appropriate method for this requirement.

Can anyone assist me in achieving this?

 

Thanks,

Subash

 

 

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

Can't you use table API 

 

 

GET https://<instance>.service-now.com/api/now/table/rm_story

 

To get the details from the Story table and update the stories on the destination instance?

Mathieu Lepoutr
Mega Guru

Hi @SubashM 

 

You need to update the stories on the other side, you can use Exalate, which is a decentralized integration solution, where you can granuarly decide which data will be send over and how it will be applied. Since it is decentalized, it brings in a lot of security advantages, both sides have full control. Any use-case becomes possible.