Dynatrace webhooks allow you to listen for any problem notification.

For details on how to set up the webhook, visit the Dynatrace documentation.

Sample Event

{
	"ImpactedEntities": [
		{
			"type": "HOST",
			"name": "MyHost1",
			"entity": "HOST-XXXXXXXXXXXXX"
		},
		{
			"type": "SERVICE",
			"name": "MyService1",
			"entity": "SERVICE-XXXXXXXXXXXXX"
		}
	],
	"ImpactedEntity": "MyHost1, MyService1",
	"PID": "99999",
	"ProblemDetailsHTML": "<h1>Dynatrace problem notification test run details</h1>",
	"ProblemDetailsJSON": {
		"ID": "99999"
	},
	"ProblemID": "999",
	"ProblemImpact": "INFRASTRUCTURE",
	"ProblemTitle": "Dynatrace problem notification test run",
	"Problem URL": "https://example.com",
	"State": "OPEN",
	"Tags": "testtag1, testtag2"
}