A Discord Webhook allow V-Helper to send information to Discord. The idea is that you can create your own personal (private) server, just for you, and have V-Helper forward data to that server. This allow you to use the more reliable push notifications from Discord to get V-Helper notifications on your cellphone.
Open Discord and in the left hand side menu, click the Add a Server button.

Next follow the prompts to create your private server:

Create your own server


Give your server a name and create it.
Now that your server is created, you need to create a webhook integration for a channel of your choice to be able to receive data from an outside source (V-Helper)

In the channel of your choosing, go in the configuration

Under Integration, follow the instructions to create a webhook integration.

Copy the Webhook URL
Now that you have a Webhook URL, you simply need to paste it in V-Helper in the URL field corresponding to the events that you want to be notified about:

Check the Event that you want to send to Discord, and paste the URL of the Webhook you created. Only one URL per event is supported, but you could have a different URL for each event.
Note: RFY Items needs the Notifications > Notifications Monitor > RFY > Reload RFY page when items are dropping option to be enabled, and as such will require a tab on the RFY tab to be open along side (in the same window as) the Notifications Monitor.
If you are a Tier 3 premium subscriber, you can modify the default template for the discord notification, which is:
{
"content": "New item in $QUEUE_NAME!",
"embeds": [{
"title": "$TITLE",
"url": "$VH_URL",
"thumbnail": {
"url": "$IMG_URL"
}
}]
}
The available variables are:
You will also have an internal retry queue system enabled which will keep in queue and retry to send items in case your API returns an error 429 (too many requests).
Also, there is an additional webhook for 0ETV items. (Keep in mind that the ETV is always discovered after an item is found.)