2
5 Comments

Do you send slack alerts/notifications from your app?

This is something I've built out in all my applications (side + work projects) and always found it ended up being 10x more complex. I'm thinking of building something to streamline so would love to know if this is something that people have actually also struggled with? (Maybe not struggled but seen it as a distraction/burden to implement all required logic).

I think this video describes the problem I'm talking about:

https://www.loom.com/share/a46256a99d30432887a29c7926e4f047

on September 7, 2022
  1. 1

    We use Airflow->Slack for the operational monitoring of data maintenance processes.
    Overall. I found this quite straightforward to implement. .....
    ....
    Maybe I should write a blog post about it.

    1. 1

      Was this slack alerts for your customers or for yourselves?

      1. 1

        That's an internal application and an internal channel.

        1. 1

          Ah right yeah that makes sense, I'm more talking about above when you want to send alerts to your users slack accounts

          1. 1

            More in a way of private messages irrespective of the channels they subscribe to?