weeklygame

About webhook permissions

Do you run your own Discord server? Great! You already have permissions to set up webhooks, on whatever channel you want.

If not, maybe the channel you want to post to already allows you to set up a webhook. Try clicking on the server name, Server Settings, Integrations, Webhooks, then New Webhook.

If that worked, cool! Give it a name, pick a channel, upload an avatar. Click Copy Webhook URL and you'll get a URL that looks like:

https://discord.com/api/webhooks/1234567890/abcDEFGHI123jklmnop

Keep that secret and safe, you'll need it later.

There's no separate username, password, or token: it's all in that one URL. So don't share it with anyone unless you want to give that person or website permission to post to that channel.

If any part of that didn't show up for you, then you'll want to ask your server admin to make a webhook for you, using those same steps.

Here's the official instructions. (Ignore the part about appending /github, that doesn't apply to you. This site isn't GitHub!)