https://dagster.io/ logo
#ask-community
Title
# ask-community
s

S N V C Sridevi Jaddu

03/25/2022, 5:34 PM
Hi Folks,I am looking for an email notification feature in dagster is email notification possible in dagster found slack notification module but is there anything as such for email notification as well if so pls help me out with your findings
j

jamie

03/25/2022, 5:51 PM
Hi! you can always define your own sensor or op hook to send email notification. We have an out-of-box sensor that will send an email if your job fails https://docs.dagster.io/concepts/partitions-schedules-sensors/sensors#job-failure-sensor https://docs.dagster.io/concepts/ops-jobs-graphs/op-hooks
s

S N V C Sridevi Jaddu

03/28/2022, 6:08 AM
Hey @jamie thank you for the response I have checked above links but seems like these two options have slack notifications enabled but I want an email notification so in this case how can I configure sensor to send email notification
j

jamie

03/28/2022, 2:33 PM
Hi! The example for op hooks does use sending a slack notification as an example, but you could write a custom hook that sends an email notification. For sensors, you could also write a custom sensor that sends an email or use the
make_email_on_run_failure_sensor
21 Views