Today at work we switched away from Telegram to using MS Teams for our company messenger.
Since we we’re already paying for it it made sense to plus it offers a lot more than just a messenger such as custom wiki functionality.
One of the things we were making use of was telegram bots for our applications to sent us updates on key events of interest.
I’ve only recently started to make use of Laravels notifications in the projects I’ve been working on and to send messages via telegram I’d been using this package.
However whilst I’d found documentation that said that sending messages to MS Teams was possible there didn’t seem to be a notification channel for laravel.
So I went about building a basic one today: