ServiceNow eBonding with 3rd party 'FieldCode' approach

ShAn21
Tera Guru

Hello Team,

I have a requirement to setup eBonding for incident with a third party application "FieldCode". As far as I have read the servicenow eBonding plugin (com.sncintegration.ebonding) is deprecated and remote instance spoke is introduced now. But that is only for ServiceNow to ServiceNow integration if I am not wrong. Do we have any plugins to be used for 3rd party apps or we need to build custom APIs for Inbound and Outbound. Any input here is appreciated.

 

Thanks

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@ShAn21 

seems there is a store app for this, but seems to be a paid one

If you don't want to use Paid app then build a custom integration

AnkurBawiskar_0-1759901997670.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

vignesh parthib
Tera Guru

Hi @ShAn21 

 

For integrating incidents with 3rd party applications, there’s no dedicated OOB plugin. You’ll need to build custom inbound and outbound APIs

 

  • Outbound: Use Flow Designer with REST/SOAP actions to send data to the 3rd party.

  • Inbound: Create scripted REST APIs in ServiceNow to receive updates.

  • Handle bi-directional sync with custom logic for field mapping and error handling.

Refer REST API integration video  below-  Similar approach will be implemented just replace second  ServiceNow instance to third party tool

https://www.youtube.com/watch?v=QV2XbrFXhxI

Thanks,
Vignesh
"If this solution resolves your issue, kindly mark it as correct."

 

Hello Tech People !!! Welcome to ServiceNow Integrations!! ⏱️TIMESTAMPS⏱️ 0:00 Intro 4:04 What we are going to learn from today's video? 5:06 Servicenow Inbound Integrations 7:42 Rest API Explorer This Concept will help us to learn other things which is coming in this series. Make sure to watch ...

HI @vignesh parthib Any OOB based solution for integration with 3rdparty application FieldCode?

 

Thanks

Hi @ShAn21 

 

If you're looking for implementation steps or documentation to integrate with FieldCode, there isn't anything available at the moment. However, I'm happy to support you with the implementation. Feel free to connect with me on LinkedIn.

 

Thanks,
Vignesh

www.linkedin.com/in/vignesh2812
"If this solution resolves your issue, kindly mark it as correct."

 

aruncr0122
Mega Guru

Hi @ShAn21 ,

 

There’s no specific plugin for integrating with third-party applications. The best way is to build your own inbound and outbound REST APIs (or use IntegrationHub REST actions) to exchange data between ServiceNow and the other system.

You can set it up similar to eBonding — use Scripted REST APIs or webhooks to receive data in ServiceNow and REST messages or spokes to send data out.

If the third-party tool supports REST or SOAP, a custom REST-based eBonding setup will work well.

 

Thanks,

Arun