Discord Bot Dashboard
Configure webhook integration for real-time alerts
Not Configured
Webhook Configuration
Alert Types
Enable or disable specific alert types to send to Discord
Price Alerts
Get notified when item prices change significantlyDemand Surges
Alert when demand for items spikes suddenlyNew Limited Items
Be the first to know when new limiteds are releasedTrade Opportunities
Find profitable trading opportunities automaticallyMessage Customization
Instant
Hourly Digest
Daily Summary
Activity Log
No notifications sent yet
Add Bot to Server
Add BloxToolbox bot to your Discord server for advanced features
Coming Soon - Use webhooks for nowChannel Preview
Simulated Discord channels
alerts
trading
price-updates
notifications
Message Preview
JSON Payload
{
"username": "BloxToolbox Alerts",
"embeds": [{
"title": "Price Alert: Dominus Empyreus",
"description": "The price has dropped significantly!",
"color": 5793522,
"fields": [
{
"name": "Previous Price",
"value": "R$1,245,000",
"inline": true
},
{
"name": "Current Price",
"value": "R$1,150,000",
"inline": true
}
],
"footer": {
"text": "Powered by BloxToolbox"
},
"timestamp": "2025-12-09T12:00:00.000Z"
}]
}