I have an application (JAVA application running on tomcat) which has SACM and ITSM modules similar to servicenow. From my application I am calling servicenow APIs to look up data and create new records in servicenow. Does servicenow allow it vice versa?
Something like add a new property Associated CIs in Incident module, which will be a look up and on search it will make a rest call to my application get the result and show.
Is it possible ? If so how?