AlertmanagerConfig.spec.muteTimeIntervals.timeIntervals.months.spec.receivers.slackConfigs.actions
actions defines a list of Slack actions that are sent with each notification.
| Field / Type | Description |
|---|---|
confirm defines an optional confirmation dialog that appears before the action is executed. When set, users must confirm their intent before the action proceeds. | |
name | name defines a unique identifier for the action within the message. This value is sent back to your application when the action is triggered.
|
style | style defines the visual appearance of the action element. Valid values include "default", "primary" (green), and "danger" (red).
|
text | text defines the user-visible label displayed on the action element. For buttons, this is the button text. For select menus, this is the placeholder text.
|
type | type defines the type of interactive component. Common values include "button" for clickable buttons and "select" for dropdown menus.
|
url | url defines the URL to open when the action is triggered. Only applicable for button-type actions. When set, clicking the button opens this URL. |
value | value defines the payload sent when the action is triggered. This data is included in the callback sent to your application.
|