Skip to main content

Managing Notification Rules

Notification rules define when and where alerts are sent. Each rule specifies which events to monitor and which integrations to use for sending notifications.

Prerequisites

Before creating notification rules, you must configure at least one integration in your project settings or in your organization's Integrations tab (shared by every project):

  • Email integration
  • Slack webhook
  • Sentry DSN

Creating a Notification Rule

  1. Click the Create Rule button
  2. Name your rule: Choose a descriptive name (e.g., "Pipeline Failure Alerts")
  3. Add description: Explain the purpose of this rule
  4. Select integration(s): Choose which channels receive the notification. Project and organization integrations are listed in separate groups
  5. Subscribe to events: Select which events trigger this notification
  6. Save the rule

Available Events

CategoryEventDescription
PipelinePipeline execution startedTriggered when a pipeline begins execution
Pipeline execution completedTriggered when a pipeline finishes successfully
Pipeline execution failedTriggered when a pipeline encounters an error
NotebookNotebook execution errorTriggered when a notebook encounters an error during execution
Notebook sharedTriggered when a notebook is shared with other users
Live AppLive app deployedTriggered when a live app is successfully deployed
Live app errorTriggered when a live app encounters an error
ProjectUser added to projectTriggered when a new user is added to the project
Project settings changedTriggered when project configuration is modified
tip

You can create multiple rules with different integrations for different events. For example, send all errors to Sentry and pipeline completions to Slack.

Managing Rules

  • Edit: Modify the rule's configuration, change subscribed events, or update integrations
  • Clone: Create a copy of an existing rule as a starting point for a new rule with similar settings
  • Delete: Permanently remove a rule (immediate and cannot be undone)

Troubleshooting

Notifications not arriving?

  • Verify the integration is configured correctly in project settings
  • For Email: Check spam filters and whitelist mineo@mineo.app
  • For Slack: Test the webhook URL in Slack's webhook settings
  • For Sentry: Use the Test button in project settings to verify the DSN

Getting too many notifications?

  • Review your subscribed events and remove unnecessary ones
  • Consider creating separate rules for different severity levels
  • Use more specific event filters

See also