The discord tab of Vine Helper's configuration allow you to setup Webhook and configure “Brenda”
A Discord Webhook allow Vine Helper to send information to Discord. The idea is that you can create your own personal (private) server, just for you, and have Vine Helper forward data to that server. This allow you to use the more reliable push notifications from Discord to be notified on your cellphone, for example.
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 (Vine 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 Vine 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 > BETA > 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.)
If you are a Tier 3 premium subscriber, you will have the option to configure the body of the webhook message. If you have setup a Telegram bot, you can use the following body:
{
chat_id: CHAT_ID,
photo: '$IMG_URL',
caption: 'New item in $QUEUE_NAME - $TITLE',
reply_markup: {
inline_keyboard: [[
{ text: 'Access', url: '$VH_URL' }
]]
}
}
Where the CHAT_ID is the channel username (ie.: '@mychannel') or its numeric ID.
Make sure to change the URL to your telegram webhook URL, which should look something like this:
https://api.telegram.org/bot[BOT_TOKEN]/sendPhoto
Brenda is the name of an API on one of the Discord servers for Vine. Activating this option allow you to announce items to that discord server.
You can find the instructions on the Brenda page.