How to identify whether connection is established or not (ServiceNow with third party tool)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 05:37 AM
Hi Community,
How to determine if a connection has been established between ServiceNow and a third-party tool?
Thanks,
Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 05:40 AM - edited 12-22-2024 05:44 AM
Hi @Srinivasu2,
If there is any API based connection, then you can check the response code, if its 200 then connection success.
Refer below for other HTTP Status
https://www.w3schools.com/tags/ref_httpmessages.asp
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 08:26 PM
Hi @Srinivasu2
Could you please elaborate on the type of the integration and the tools involved? That will make us to answer you in a better way.
If you have configured this integration using REST Message, I will recommend testing it from the Rest Message itself using the Test functionality available within the REST message.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 09:05 PM
Please describe what type of connection is it?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 09:08 PM
Hi @Srinivasu2 check below steps
1. Go to ServiceNow system log
2. Check what response you are getting http like 200 ,201
3.which integration you have used means uni -direction or bi- directional
4. weather you use Rest or Soap
5. which you have used Integration hub or API Explorer
how to do integration check below link
if my answer helps you mark helpful and accept solution