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

  1. Open Automate / tasks โ†’ Webhooks.
  2. Enter a Name, paste the destination URL, and pick the Event.
  3. 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.