Skip to main content

Notifications

Notification Types​

TypeDescription
Pipeline AlertsSuccess, failure, or warning on pipeline runs
Schedule EventsUpcoming scheduled runs
System NoticesPlatform updates and maintenance windows
CollaborationComments 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