Notifiex can be added to any Elixir application to send notifications to services like Slack, Discord, etc. Once installed, sending a message/notification is super easy:
> Notifiex.send(:slack, %{text: "Notifiex is cool! 🚀", channel: "general"}, %{token: "SECRET"})
Notifiex currently supports Slack and Discord. It’s FOSS - please feel free to contribute new features!
Repo Link: https://github.com/burntcarrot/notifiex
A little bit about me:
I’m Aadhav, an undergraduate student and a maker at heart. I love building projects and tinkering around with systems! I previously worked at DeepSource as a Software Engineering Intern.