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 slack webhook notifications (just like Discord) #280

Open
jabelone opened this issue Aug 22, 2024 · 0 comments
Open

Add support for slack webhook notifications (just like Discord) #280

jabelone opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jabelone
Copy link
Member

Is your feature request related to a problem? Please describe.
The Discord integration works really well for logging swipes and issue cards but not everyone uses Discord and some spaces run on Slack.

Describe the solution you'd like
This should work in exactly the same way as the existing Discord integration and trigger whenever it does. We just need to check if Slack is enabled and post there instead of (or in addition to if both are configured). We need to make sure that each type of integration like this is handled properly if any were to fail to execute, so that any other ones work (ie if discord fails then it should skip and continue onto slack if enabled, etc.).

Describe alternatives you've considered
There's not really any alternatives.

Additional context
Will be useful for @plex3r

@jabelone jabelone added the enhancement New feature or request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant