We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be cool to include Discord (https://discordapp.com/) for uses similar to the ones in Slack (and more?)
Link to documentation https://discordapp.com/developers/docs/intro
The text was updated successfully, but these errors were encountered:
Discord supports WebHooks, so you should be able to use the WebHook Notifier
Sorry, something went wrong.
@jasonhazel doesn't Discord webhook require a special format?
Looks like one of content, file or embeds is required https://discordapp.com/developers/docs/resources/webhook#execute-webhook
content
file
embeds
Not sure if we can achieve it with the webhook notifier that we have right now
Discord accepts "Slack" style notifications by adding /slack to the end of the webhook url. That may be a workaround?
/slack
I'm currently without power or else I'd give it a shot. Once I rejoin the first world I'll give it a try.
No branches or pull requests
I think it would be cool to include Discord (https://discordapp.com/) for uses similar to the ones in Slack (and more?)
Link to documentation https://discordapp.com/developers/docs/intro
The text was updated successfully, but these errors were encountered: