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

remedy ServiceNow integration

Ketan Pandey
Tera Expert

I am working on a requirement to integrate ServiceNow with remedy system. ServiceNow will receive the request from the  Incident creation request from remedy.i.e when an incident is created at remedy end ,remedy will send the request to ServiceNow to create an incident.

Please suggest what are best option and approach for this integration

 

Thank You,

Ketan

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Ketan Pandey 

 

https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/integrationhub-stor...

 

https://www.servicenow.com/community/itsm-forum/how-to-integrate-bmc-remedy-to-servicenow/td-p/72773...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

ashishdevsingh
Tera Expert

hi @Ketan Pandey ,

I think, spoke is available to integrate BMC remedy with servicenow. 

https://www.servicenow.com/community/itsm-forum/how-to-integrate-bmc-remedy-to-servicenow/td-p/72773... 

 

If it is not then you can use web services to integrate. Since your requirement is limited to only incident creation so you need Inbound web services. you can use table api for that and it will reduce your development effort. 

Vishal36
Mega Guru

Hi @Ketan Pandey

There are 2 common approaches for integrating BMC Remedy with ServiceNow:

  • Using the native spoke plugin (OOTB Spoke):

       a. Users can code to manage each aspect of integration such as actions on Create, Update, Attachment,       

          Comment, data formatting, etc., for each direction.

      b. Proper business logic needs to be written to ensure the expected synchronization outcome.

      c. Some plugins require webhooks configurations for building the connection which tends to make the               

          synchronization slow.

  • Utilizing a Hub-Based Integration Server:

         a. Easy to connect ServiceNow and BMC Remedy by just providing the basic user credentials.

         b. Easy configuration through UI where user can define which fields to integrate.

         c. Users can do criteria-based integration where they can filter out incidents/requests to be integrated from                    ServiceNow to Remedy or vice-versa.

OpsHub, a ServiceNow partner and a certified integration tool, offers a federated integration platform that supports ServiceNow-Remedy integration without the need of any coding. The standalone enterprise-grade tool provides bi-directional synchronization with predictable outcomes, scalability, proper reliability, built-in recovery mechanisms, and consistent outcomes in all scenarios, including conflicts.   

 Feel free to reach out to OpsHub's integration experts for an initial complimentary consultation on integration planning.

 

Thanks, 

Vishal 

Jeffrey Siegel
Mega Sage

I just did the opposite, but the logic seems to be useable either way.   We setup our email to have servicenow send remedy tickets, and then remedy send back an email which SeriviceNow ingests via inbound actions and updates our record(s) and or resolve them.  It was pretty easy to setup on the ServiceNow side. not sure about the remedy.