Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for real matrix notification using matrix-js-sdk #241

Open
PierreBesson opened this issue Apr 12, 2023 · 1 comment
Open

Add support for real matrix notification using matrix-js-sdk #241

PierreBesson opened this issue Apr 12, 2023 · 1 comment

Comments

@PierreBesson
Copy link

The current notification system offers only webhooks which are good for Slack but to post notification to a Matrix server, you need to have webhook translation tool such as matrix-hookshot. Moreover those are less secure than sending message an authenticated bot account using the Matrix protocol.
This can be implemented by using the Matrix-js-sdk, see: https://matrix.org/docs/guides/usage-of-the-matrix-js-sdk

@lovelaced
Copy link

perhaps webhooks would be a better fit for a pagerduty system which may be better for this usecase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants