@Haluk Yaşar.Erol Our integration with ServiceNow is at 2 levels:
CMDB Integration - Using this, you can send the topology data from AppDynamics to ServiceNow and use it for event correlation. The documentation is https://docs.appdynamics.com/appd/22.x/latest/en/extend-appdynamics/integration-modules/integrate-appdynamics-with-servicenow-cmdb-and-event-management
Events Integration - This can be done using our HTTP Request Action feature and works with or without the above CMDB integration. For this, you need to use the ServiceNow events API. The URL is https://<your-instance>.service-now.com/em_event.do?JSONv2&sysparm_action=insertMultiple. You need to add your auth details as well in the HTTP Template. I am also attaching the payload body in this post. You need to replace the payload at some places with your own details.
... View more