Docs / Webhooks

Rust server Discord webhook automation

RustGuard webhooks let your staff see critical events where they already collaborate: Discord. Configure endpoint URLs per org and choose which event classes should trigger outbound payloads.

Common workflow: send moderation and watchlist events to a private staff channel, and route server health alerts to a technical operations channel.

POST /webhook
{
  "event_type": "player.join",
  "server_name": "EU Main",
  "steam_id": "7656119...",
  "occurred_at": "2026-04-30T07:00:00Z"
}

Need help choosing events? Start with join/leave, ban created, ban removed, and server health anomalies. See pricing for plan limits.