Skip to main content

NotificationActionConfig

Config for push notification actions.

channel is the named notification channel (e.g. 'slack-alerts', 'pagerduty'). message_template is an optional format string; the executor interpolates entity, decision_value, and condition_id. When absent, a default message containing the decision summary is used.

typeType (string)required
Constant value: notification
channelChannel (string)required
message_template object
anyOf
string
NotificationActionConfig
{
"type": "notification",
"channel": "string",
"message_template": "string"
}