Multiple Webhooks
Closed this issue · 1 comments
cetraben commented
Checklist
- I've searched the issues and pull requests for similar looking suggestions.
- I've checked the
Unreleased
section of the changelog for newly added features that sound like my suggestion.
Describe your Suggestion
Would like the option to input multiple webhook URLs so that accolades can be sent to multiple servers.
Reasoning
Would like to use this functionality in multiple servers :)
pajlada commented
This can be done right now by separate your webhooks with newlines.
For example, in your "Primary Webhook URLs" you would include the following:
https://discord.com/api/webhooks/1234/webhook1
https://discord.com/api/webhooks/1234/webhook2
and upon a notification being fired, it would send the notification both webhook1 and webhook2