Notifications to Discord
Description
Add support in pushing Memphis notifications to Discord with configuration through the Integration Center.
Important to know
- To avoid rate limitations, a buffer should be implemented and push notifications in batches.
Hey @yanivbh1 could you please add a description to this issue?
@Avitaltrifsik should be ok.
@yanivbh1 Hey Yaniv. I'm currently on this issue and would need some more information where the discord notifications could be sent. Options I think of:
- Send discord notification as a private message
- Send discord notification to a server channel
- Send discord notifications to multiple server channels
- Send discord notification to multiple servers and specified channels
One more question: Where do you guys store sensitive data. I will have to integrate the bot token somewhere.
Hey @StarscourgeVelkhana , I would say either private or server channels. Multiple would be preferred. Creds are saved encrypted within the metadata store, which is a vanilla Postgres.
Alright. Only multiple channels or also multiple servers (and channels)?
What I mean: Can the bot be added only to one server or multiple
Single server, multiple channels. Thank you for your help @StarscourgeVelkhana !
Wouldn't it be easier to just use Webhooks instead of making an entire bot for it?
That’s a much better idea @turulix
@StarscourgeVelkhana what do you think?
The feature is available for contribution.