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
- Click the Create Rule button
- Name your rule: Choose a descriptive name (e.g., "Pipeline Failure Alerts")
- Add description: Explain the purpose of this rule
- Select integration(s): Choose which channels receive the notification. Project and organization integrations are listed in separate groups
- Subscribe to events: Select which events trigger this notification
- Save the rule
Available Events
| Category | Event | Description |
|---|---|---|
| Pipeline | Pipeline execution started | Triggered when a pipeline begins execution |
| Pipeline execution completed | Triggered when a pipeline finishes successfully | |
| Pipeline execution failed | Triggered when a pipeline encounters an error | |
| Notebook | Notebook execution error | Triggered when a notebook encounters an error during execution |
| Notebook shared | Triggered when a notebook is shared with other users | |
| Live App | Live app deployed | Triggered when a live app is successfully deployed |
| Live app error | Triggered when a live app encounters an error | |
| Project | User added to project | Triggered when a new user is added to the project |
| Project settings changed | Triggered 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
- Notifications overview — channels, use cases, and how notifications work.
- Pipelines — the executions that most often trigger notification rules.
- Project settings → Integrations or Organization settings → Integrations — configure the Email, Slack, and Sentry channels rules send to.