mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #276] Feature Request: Mattermost Integration #206
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pjaudiomv on GitHub (Aug 19, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/276
it would be nice to be able to integrate with mattermost, especially fot on-prem solutions.
https://developers.mattermost.com/integrate/incoming-webhooks/
@cuu508 commented on GitHub (Aug 21, 2019):
Thanks for the suggestion! Went ahead and implemented this, as the integration is very similar to the Slack one, and so not much extra effort for me.
The integration is available on Healthcecks.io, you are welcome to try it out!
@pjaudiomv commented on GitHub (Aug 21, 2019):
awesome, that was quick. I tested it on healthchecks.io, and local docker dev. works great. thank you so much.