PocketMC

Webhooks & Event Subscriptions

PocketMC supports outgoing HTTP webhooks to deliver real-time operational notifications to Discord channels, Telegram bots, monitoring systems, or home automation webhooks.

Supported Event Types

Webhook Payload Structure

{
  "event": "backup.completed",
  "timestamp": "2026-08-24T00:00:00Z",
  "instanceId": "paper-survival",
  "data": {
    "backupId": "backup-2026-08-24-001",
    "sizeBytes": 145829104,
    "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
    "destination": "google_drive",
    "durationMs": 4120
  }
}