Hello, I need to send slack notification upon work...
# ask-the-community
f
Hello, I need to send slack notification upon workflow failure, aborted, etc. by the Flyte framework. The notifications provided by https://docs.flyte.org/projects/cookbook/en/latest/auto/deployment/lp_notifications.html#sphx-glr-auto-deployment-lp-notifications-py would have worked for me. I need to have a Slack email ID generated through Slack email integration. However, our company policy doesn’t allow Slack email integration. The allowed slack notification is through Incoming webhook. It provides me with a webhook URL. Does anyone know if Flyte can use webhook URL to automatically send a slack notification when the flyte workflow / task failed or aborted?
k
this is the new feature in flyte. I’m working on it. it will allow you to setup incoming webhook in flyteadmin.
k
Webhook url is work in progress and should land soon
f
Nice feature 💪
150 Views