DinkPlugin icon indicating copy to clipboard operation
DinkPlugin copied to clipboard

Multiple webhooks for a notifier but with seperate settings

Open kansas07 opened this issue 1 year ago • 7 comments

Checklist

  • [x] I've searched the issues and pull requests for similar looking suggestions.
  • [X] I've checked the Unreleased section 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

kansas07 avatar May 20 '24 23:05 kansas07

Webhook-specific options would require us to create a custom UI panel (and substantial design effort).

In the meantime you have a couple options:

  1. Use another plugin in conjunction with Dink dedicated to the separate webhook (e.g., rare drop notifier also supports allowlist)
  2. 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)

iProdigy avatar May 21 '24 19:05 iProdigy

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

asmith-personal avatar Sep 05 '24 14:09 asmith-personal

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)

pajlada avatar Sep 05 '24 14:09 pajlada

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.

KosmicAnosmic avatar Jun 22 '25 21:06 KosmicAnosmic

@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

jgresham avatar Jul 01 '25 16:07 jgresham

@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 Image

Felanbird avatar Jul 01 '25 16:07 Felanbird

@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 Image

rip sorry for skill issue. didn't see the separate lines comment. thanks!

jgresham avatar Jul 01 '25 17:07 jgresham