Notifications
Notification Types
| Type | Description |
|---|---|
| Pipeline Alerts | Success, failure, or warning on pipeline runs |
| Schedule Events | Upcoming scheduled runs |
| System Notices | Platform updates and maintenance windows |
| Collaboration | Comments and mentions from team members |
Configuring Notifications
# proai.yml
notifications:
channels:
- type: email
address: team@company.com
events: [failure, recovery]
- type: slack
webhook: https://hooks.slack.com/...
events: [failure, warning]
- type: webhook
url: https://my-app.com/webhooks/proai
events: [all]
`
## See Also
- [Monitoring](/docs/etl-jobs/monitoring) — Pipeline monitoring
- [Alerting](/docs/deployment/monitoring-alerting) — Alert configuration