Make sure to add a Dynatrace integration and copy the webhook URL.
{% content-ref url="create-integration-and-service-on-dashboard.md" %} create-integration-and-service-on-dashboard.md {% endcontent-ref %}
From your Dynatrace dashboard, navigate to > Settings > Integration > Problem notifications.
From the available options, select custom integration.
Paste the Spike webhook URL.
Paste the following JSON payload in the Custom payload section of the integration.
{
"State": "{State}",
"ProblemID": "{ProblemID}",
"PID": "{PID}",
"ProblemTitle": "{ProblemTitle}",
"ImpactedEntity": "{ImpactedEntity}",
"ImpactedEntities": "{ImpactedEntities}",
"ProblemDetailsText": "{ProblemDetailsText}",
"ProblemSeverity": "{ProblemSeverity}",
"ProblemURL": "{ProblemURL}"
}
{% hint style="success" %} This integration auto resolves. {% endhint %}