Hello,
We’re trying to set up Discord Webhook / integration with WCL and we’re getting following message
This is not a valid option for the Webhook URL.
Webhook URL pattern looks like so (regex)
https://discordapp.com/api/webhooks/[0-9]+/[0-9A-Za-z]+-[0-9A-Za-z]+
When performing POST to the URL, it works and we get “Test” message posted by the integration
~
❯ curl -X POST -H "Content-Type: application/json" --data '{"content":"Test"}' "https://discordapp.com/api/webhooks/.../...-..."
What may be the issue?
edit: The guild I’ve been trying to set this up for is with ID 556101
Thanks!