Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 webhooks for same category #480

Open
2 tasks done
kansas07 opened this issue May 20, 2024 · 1 comment
Open
2 tasks done

2 webhooks for same category #480

kansas07 opened this issue May 20, 2024 · 1 comment
Labels
enhancement Improvement to an already existing notifier

Comments

@kansas07
Copy link

kansas07 commented May 20, 2024

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

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 kansas07 added the enhancement Improvement to an already existing notifier label May 20, 2024
@iProdigy
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an already existing notifier
Projects
None yet
Development

No branches or pull requests

2 participants