We use the HTTP push notifications to create tickets in our separate ticketing system via their API. The API will return a JSON object that contains amongst other things, the ticket ID. We'd like a way to extract (at a minimum) the ticket ID and store it with the PRTG alert. During the alert's lifecycle, we could then use that ticket ID to make further API calls to update the ticket.
Using the PRTG ticketing system is not an option for us.
Add comment