This is not a valid option for the Webhook URL

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!

I can reproduce this on two different discord servers :frowning: Both servers are providing same exact Webhook URL pattern.

discordapp.com is deprecated. Need to use discord.com now.

Thank you @Kihra! It works.

Strange that two discord servers this was tested on gave us the “old” url.