Skip to content

Discord Webhook

SimpliAj edited this page Jun 12, 2026 · 1 revision

Discord Webhook

Get notified in Discord when drops are claimed or channel points are earned — no bot required.


Setup

Step 1 — In Discord: Channel Settings → Integrations → Webhooks → New Webhook

Copy the webhook URL.

Step 2 — In the dashboard: Settings → Discord Notifications

Paste the URL into:

  • Drops Webhook — fires when a drop is claimed
  • Points Webhook — fires when channel points are earned

They can be the same URL (posts to the same channel) or different URLs (different channels).

Step 3 — Click Test Webhook to verify the connection.


Notification Content

Drop Notification

  • Game name and drop name
  • Drop image/thumbnail
  • Account name in footer (from System → Accounts label)
  • Timestamp

Channel Points Notification

  • Channel name and points amount
  • Account name in footer
  • Timestamp

Footer Account Name

The footer shows the account label set in System → Accounts. For multi-account setups, configure a different label per account (e.g. "Main", "Alt") to distinguish notifications.


Webhook vs Bot

Feature Webhook Bot
Drop notifications
Points notifications
Live dashboard embed
Control buttons
Setup complexity Low Medium

Use webhooks for simple notifications, the Discord bot for full control and live stats.

Clone this wiki locally