Scripted REST API Azure Webhook not working
Hi! I am trying to create a script to create incidents in service now based on Azure alerts. This is the script in that I am using in Scripted REST API: (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) { try { // ...
