| type |
string |
The notification type. Must be WEBHOOK for webhook integrations. |
| name |
string |
A display name for this notification configuration. |
| active |
boolean |
Whether this notification integration is active. |
| url |
string |
The HTTPS URL of the webhook endpoint that will receive problem notifications. |
| alertingProfile |
string |
The ID of the alerting profile (problem filter) that controls which problems trigger this notification. |
| headers |
array |
Optional HTTP headers to include in the webhook request, such as authorization headers or content-type overrides. |
| acceptAnyCertificate |
boolean |
Whether to accept any TLS certificate from the webhook endpoint. Should be false in production environments. |
| payload |
string |
The custom payload template using Dynatrace placeholder variables such as {ProblemID}, {ProblemTitle}, {State}. If not specified, Dynatrace uses the default JSON payload format. |