Receiving webhooks
Receiving webhooks is an important part of your bot if you want to reliably offer voting rewards to your users. Discords.com offers both voting and review webhooks.
Last updated
Receiving webhooks is an important part of your bot if you want to reliably offer voting rewards to your users. Discords.com offers both voting and review webhooks.
Last updated
Webhooks can be set up on your bot's edit page, which you can find on your user profile. Go to Discords.com, navigate to the bots section, log in (if you haven't already), click on your profile picture in the top right corner, scroll down and you'll see a list of your bots.
The webhook URL is the address where we will POST
the webhook to. Make sure that a webserver is running on the other site that allows POST
requests to be received.
If you only want notifications when someone votes, you can put in a Discord webhook URL, make sure not to remove the authorization key from the URL as it is necessary.
This is a secret value only your server and Discords.com should know. We will send that value along as an Authorization
header so that you can verify the request came from us.