ServiceNow-Ignio-Integration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 11:53 PM
Hi All,
Could you please share guidelines on the procedure of integrating external system called ignio with serivce now system.
INC => Bidierctional
CMDB => Unidirectional
Thanks,
Raghu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 10:40 PM
After the discussion with external team we understood that this is unidirectional integration from ignio to servicenow.
ignio would consume the servicenow APIs and external system would created or update the INC in servicenow.
We defined the dedicated group and user for this integration by which we identify the tickets related to ignio.
Also external system would capture the inc number or sys_id as a response from the service now system when INC created for a alert,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 11:01 PM
Hi @Community Alums
Try ServiceNow Scripted Rest API's
https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/integrate/custom-web-services/concept/c_CustomWebServices.html
You will have more chances to implement this solution
Regards
ServiceNow KT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 11:03 PM
Try ServiceNow Scripted Rest API's
https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/integrate/custom-web-ser...
You will have more chances to implement this solution
Regards
Rajesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 12:02 AM
Thank you on the response.
External system would consume the required endpoints by exploring on the REST API Explorer.