DEV Community

Discussion on: Gitlabnotifications, my new package to handle Gitlab web hooks events as notifications

Collapse
 
nahuelsegovia profile image
Nahuel Segovia

Hey! Sorry for the delay.
This package allows you to handle different webhooks as notifications.

I wrote it because, in my previous work, we needed to know when someone creates and merges requests in our GitLab server instance, but we needed to receive these notifications on Slack or Telegram, so I decided to integrate webhooks actions with those platforms.

Then I added more functionalities like comments notifications, tag creation notifications, issues, and push notifications.

I will update it with some changes probably this month :)