AutomationNotificationOutputConfig
Type: Object
Configuration for Notification Output nodes that send system notifications. Can target notification groups or specific recipients with various severity levels.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| level | String! | Notification severity level | ||
| message | ExpressionScalar! | Notification message content (supports expressions) | ||
| notificationGroup | NotifierGroup | Optional reference to notification group | ||
| notificationGroupId | ID | |||
| recipient | NotifierRecipient | Optional reference to specific recipient | ||
| recipientId | ID | |||
| template | AutomationTemplate | Optional template for message rendering | ||
| templateId | ID | |||
| title | JsonString! | Notification title (supports expressions) | ||
| type | String! | Node type identifier |