noti icon indicating copy to clipboard operation
noti copied to clipboard

Add Discord as notification service

Open leumasme opened this issue 1 year ago • 2 comments

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

leumasme avatar Jun 29 '23 13:06 leumasme

Between the two I would prefer to see webhooks implemented

Fluff663 avatar Oct 13 '23 12:10 Fluff663

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

amirasyraf avatar Feb 13 '24 17:02 amirasyraf