dinigo opened a new issue, #12611: URL: https://github.com/apache/airflow/issues/12611
**Description** Replace the "email" API with a "notification" API that would let us integrate better with our workflow without adding extra code to the DAGs. 1. Change "[email]" to "[notification]" 2. Add "webhook", "gcp_error_reporting" and "aws_cloud_watch" notification methods **Use case / motivation** Though email es arguably the most used tool for communication Cloud infrastructures usually have a centralized tool to report problems in execution. * GCP Error Reporting * AWS CloudWatch Alarms * Azure Application Insights * DataDog * New Relic * ... Also it would be nice to have an extensible way of triggering webhooks for notifying the common enterprise messaging tools like * Slack * MS Teams * ... We already have the "smtp", "sendgrid". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
