DEV Community

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

Nahuel Segovia on November 28, 2023

I have been working in a library that allows you to receive Gitlab web hook events as notifications. How to install? npm install ex...
Collapse
 
bcouetil profile image
Benoit COUETIL 💫

Hey ! Thanks for sharing.

Could you explain what it does exactly, as an introduction, and how it is different than mails and notifications of mail app ?

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 :)