Automation
Webhooks
Send an HTTP POST to an external URL โ Discord, Slack, or your own endpoint โ whenever a chosen panel event happens.
Add a webhook
- Open Automate / tasks โ Webhooks.
- Enter a Name, paste the destination URL, and pick the Event.
- Click + Add. New webhooks are active (ON) right away.
Events you can fire on
server_statusโ a server starts, stops or crashes.chatโ an in-game chat message.deliveryโ a shop pack is delivered.player_joinโ a player joins a server.voteโ a player votes for your server.
Click the Status badge to toggle a webhook ON/OFF, or Delete to remove it. Each fired event sends a JSON body containing the event name and its data.
Tip: For a Discord channel, create an Incoming Webhook in that channel's settings and paste its URL here. For richer Discord posting (alerts, chat mirror), connect the bot in Discord instead.