Skip to content

Alerts

Alerts let you configure automatic notifications when specific error conditions occur on the server. Each alert monitors a set of channels for defined error types, and dispatches a notification when triggered.

Go to Alerts in the sidebar to see all alerts defined on the server. The list shows:

ColumnDescription
StatusWhether the alert is currently enabled (running) or disabled (paused)
NameThe alert’s display name
IDThe server-assigned identifier
AlertedNumber of times this alert has fired

Select one or more rows to enable, disable, or delete them in bulk. Use the sidebar action buttons (or toolbar) to create a new alert or edit the selected one.

The New Alert dialog: alert name, error-type triggers, channel selection, and a notification action

Open the alert dialog via New Alert or by selecting an alert and choosing Edit. Configure:

Give the alert a descriptive name and choose whether it starts enabled.

Select which error conditions trigger the alert:

  • Source Error
  • Destination Error
  • Postprocessor Error
  • Response Error
  • Processing Error
  • Other Error

Choose which channels this alert monitors. You can select all channels or a specific subset. Within each channel you can scope the alert to specific connectors.

Optionally provide a regular expression. The alert only fires when the error message matches this pattern, letting you suppress noisy or expected errors.

Add one or more notification actions. Each action picks a protocol from those the server reports — typically Email, Send to Channel, and User — and a recipient. The recipient field adapts to the protocol: a free-text address for Email, a channel picker for Send to Channel, and a user picker for User. The notification body uses a template that can include variables such as ${error}, ${channelName}, ${connectorName}, ${messageId}, and others.

Toggle an alert on or off without deleting it using the Enable/Disable actions in the sidebar or right-click context menu. A disabled alert does not fire until re-enabled.