Field | Type | Required | Description | Example |
---|---|---|---|---|
webhookUrl |
?string | ➖ | Webhook URL used by chat app integrations. The webhook should be obtained from the chat app provider. | https://example.com/webhook |
channel |
?string | ➖ | Channel specification for Mattermost chat notifications. | general |
deviceTokens |
array<string> | ➖ | Contains an array of the subscriber device tokens for a given provider. Used on Push integrations. | [ "token1", "token2", "token3" ] |
alertUid |
?string | ➖ | Alert UID for Grafana on-call webhook payload. | 12345-abcde |
title |
?string | ➖ | Title to be used with Grafana on-call webhook. | Critical Alert |
imageUrl |
?string | ➖ | Image URL property for Grafana on-call webhook. | https://example.com/image.png |
state |
?string | ➖ | State property for Grafana on-call webhook. | resolved |
externalUrl |
?string | ➖ | Link to upstream details property for Grafana on-call webhook. | https://example.com/details |