> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/integrations-guideline/integrate-spike-with-dynatrace.md).

# Integrate Spike with Dynatrace

### Service and Integration

Make sure to add a Dynatrace integration and copy the webhook URL.

{% content-ref url="/pages/-Ln3rb4wLUFeI-OAPcmq" %}
[Create integration and service on our dashboard](/integrations-guideline/create-integration-and-service-on-dashboard.md)
{% endcontent-ref %}

### Using webhook with Dynatrace

#### Step 1

From your Dynatrace dashboard, navigate to > Settings > Integration > Problem notifications.

From the available options, select **custom integration.**

![](/files/-MdaVPWflbwAhf7CnhCL)

#### Step 2

Paste the Spike webhook URL.

![](/files/-MdaW0xXkHLeBBxO0-Fk)

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 %}
