Skip to main content
Alert rules let you define conditions that trigger notifications when your pipes cross a threshold. Use them to stay informed about failure spikes, callback issues, or unexpected credit consumption.

Creating a rule

  1. Go to SettingsAlert rules
  2. Click Create rule
  3. Configure the rule (see below)
  4. Click Save

Rule configuration

FieldDescription
NameA descriptive name for the rule
MetricThe metric to monitor (see available metrics)
OperatorComparison operator — Greater Than or Less Than
ThresholdThe value that triggers the alert
ScopeOptional — limit the rule to a specific pipe, or leave blank to apply across all pipes
ChannelHow you want to be notified — In-App or Email
Email recipientsRequired when channel is Email — one or more email addresses
EnabledToggle the rule on or off

Available metrics

MetricDescriptionThreshold range
Failure RateProportion of runs that failed in the past hour0–1 (e.g., 0.1 = 10%)
Callback Failure RateProportion of callback deliveries that failed in the past hour0–1
Credit Burn RateCredits consumed per dayCredits/day
Rate metrics are calculated over a rolling one-hour window and expressed as a value between 0 and 1. A threshold of 0.15 means the alert fires when the rate exceeds 15%.

Notification channels

  • In-App: alerts appear in real time via the notification area in the app
  • Email: alerts are sent to the specified email recipients

Pipe scope

By default, a rule evaluates metrics across all pipes. To monitor a specific pipe, select it in the Scope field when creating or editing the rule.

Managing rules

From SettingsAlert rules, you can:
  • Edit: update any rule configuration
  • Enable/disable: toggle a rule without deleting it
  • Delete: permanently remove a rule

Real-time evaluation

Alert rules are evaluated continuously. When a threshold is crossed, the notification is delivered immediately through the configured channel.

Permissions

Managing alert rules requires a role with Core.AlertRule permissions:
PermissionDescription
Core.AlertRule.ReadView alert rules
Core.AlertRule.CreateCreate new alert rules
Core.AlertRule.UpdateEdit alert rules
Core.AlertRule.DeleteDelete alert rules