nikoksr / notify

A dead simple Go library for sending notifications to various messaging services.
MIT License
3.1k stars 217 forks source link

feat(service): Add Mattermost service #422

Open shivuslr41 opened 2 years ago

shivuslr41 commented 2 years ago

Describe the missing service. Please provide useful links.

Describe the solution you'd like Users should be able to send messages/notifications via notify.

Potential libraries to use official go driver -> https://github.com/mattermost/mattermost-server/blob/master/model/client4.go reference -> https://github.com/containrrr/shoutrrr/tree/main/pkg/services/mattermost API docs -> https://api.mattermost.com

shivuslr41 commented 2 years ago

Hi @nikoksr, I would like to grab this one and give it a try if notify can have this service...

shivuslr41 commented 2 years ago

@nikoksr, please feel free to close this issue and the pull request if notify is not planning to include Mattermost service.