-
Notifications
You must be signed in to change notification settings - Fork 0
Discord Webhook
SimpliAj edited this page Jun 12, 2026
·
1 revision
Get notified in Discord when drops are claimed or channel points are earned — no bot required.
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.
- Game name and drop name
- Drop image/thumbnail
- Account name in footer (from System → Accounts label)
- Timestamp
- Channel name and points amount
- Account name in footer
- Timestamp
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.
| 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.