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 Discord as notification service #153

Open
leumasme opened this issue Jun 29, 2023 · 2 comments
Open

Add Discord as notification service #153

leumasme opened this issue Jun 29, 2023 · 2 comments

Comments

@leumasme
Copy link

Discord has two obvious ways of sending notifications:

  • via Webhooks
    • +Simple HTTP Post request to an easily created URL (via channel settings)
    • -Can only send to Channels in Discord Servers, not DMs
  • via a Bot
    • +Allows sending messages via DMs
    • -Slightly Harder setup (creating an application with a bot on the Discord Developers page)
    • -Complex (websocket) protocol, effectively requires a Library
@Fluff663
Copy link

Between the two I would prefer to see webhooks implemented

@amirasyraf
Copy link

Not sure why not just add a generic webhook support so it could work with many other custom integrations

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

No branches or pull requests

4 participants