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

Feature Request: Discord webhooks #463

Closed
SuperMario22922 opened this issue Nov 28, 2021 · 2 comments
Closed

Feature Request: Discord webhooks #463

SuperMario22922 opened this issue Nov 28, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request priority:low Low priority bug or feature

Comments

@SuperMario22922
Copy link

Is your feature request related to a problem? Please describe.
Whenever I want to use discord webhooks it gives the error (400 [Bad Request]) {'message': 'Cannot send an empty message', 'code': 50006}

Describe the solution you'd like
Another way to send messages specifically for discord webhooks.

Describe alternatives you've considered
I would have tried notifiarr but my internet doesnt support port forwarding

Additional context
My meta.log file is attached here

meta.log

@SuperMario22922 SuperMario22922 added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Nov 28, 2021
@meisnate12 meisnate12 added priority:medium Medium priority bug or feature and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Nov 28, 2021
@meisnate12 meisnate12 added priority:low Low priority bug or feature and removed priority:medium Medium priority bug or feature labels Feb 8, 2022
@mjr128
Copy link

mjr128 commented May 3, 2022

https://discord.com/developers/docs/resources/webhook#execute-webhook

Note that when sending a message, you must provide a value for at least one of content, embeds, or file.

Current Webhooks function post raw json. Encapsulate this json with {"content" : json} in case of discord webhook url should works.

@meisnate12
Copy link
Member

Added in 1.17.0

nwithan8 pushed a commit to nwithan8/Plex-Meta-Manager that referenced this issue Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low priority bug or feature
Projects
None yet
Development

No branches or pull requests

3 participants