Multiple webhooks for a notifier but with seperate settings
Checklist
- [x] I've searched the issues and pull requests for similar looking suggestions.
- [X] I've checked the
Unreleasedsection of the changelog for newly added features that sound like my suggestion.
Describe your Suggestion
I'm not sure if this can be done, but I want to send to 2 different webhooks 2 different types of loots (allowlist and value) not send both to both webhooks
Reasoning
No response
Webhook-specific options would require us to create a custom UI panel (and substantial design effort).
In the meantime you have a couple options:
- Use another plugin in conjunction with Dink dedicated to the separate webhook (e.g., rare drop notifier also supports allowlist)
- Write custom webhook handler code that forwards your loot notifications to the respective webhooks depending on the value/allowlist (can be a localhost webserver or you can use cloudflare workers / aws lambda to host this for free)
Bumping this one, is there not a way for the plugin to parse comma-separated webhook URLs without the need for a custom UI panel?
EDIT: It seems like you can separate by newline
Bumping this one, is there not a way for the plugin to parse comma-separated webhook URLs without the need for a custom UI panel?
EDIT: It seems like you can separate by newline
Yeah, you can send the same notification to multiple webhooks, so the feature request is for having separate configurations for those notifications (e.g. I want to send every single boss KC to one webhook, but only every 10 boss KC to the other webhook)
Adding onto this since it seems like a similar request, but is there any way a second Custom Chat Messages tab could be created with a similar intent?
I'd like to separate my Dink commands (::dink *) from actual in game notifications (like a clan member playing on mobile getting a big drop) if possible.
@iProdigy would allowing for multiple webhooks but all the same settings be something to consider? Assuming a static ui hardcoding the limit to say 3-5 webhooks?
If you're ok with something like this I can take a try at implementing it
@iProdigy would allowing for multiple webhooks but all the same settings be something to consider? Assuming a static ui hardcoding the limit to say 3-5 webhooks?
If you're ok with something like this I can take a try at implementing it
Are you asking us to support multiple webhooks? because we already do that
@iProdigy would allowing for multiple webhooks but all the same settings be something to consider? Assuming a static ui hardcoding the limit to say 3-5 webhooks? If you're ok with something like this I can take a try at implementing it
Are you asking us to support multiple webhooks? because we already do that
rip sorry for skill issue. didn't see the separate lines comment. thanks!