To use Dynatrace integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup. Once connected, you can make custom API calls to Dynatrace to query the data you need using the URLs you provide, for example: you can utilize the Dynatrace API to retrieve metrics or create incidents directly within n8n. For example, to fetch performance data, you can make a GET request to the appropriate Dynatrace endpoint, including any necessary query parameters to filter the data you need. Similarly, if you want to create a new monitoring alert, you can send a POST request with the required payload to the relevant endpoint.