⚙️ Settings

Configure your OBS monitoring tool

← Back to Dashboard

🔔 Webhook Notifications Disabled

What are webhook notifications? When an OBS connection is lost or broken, the tool will automatically send a POST request to the URL you specify below. This allows you to integrate with services like Discord, Slack, or your own monitoring systems.
Webhook Payload Example:
{
  "event": "connection_lost",
  "timestamp": "2025-11-21T10:30:00Z",
  "connection": {
    "id": 1,
    "machine_name": "Studio OBS",
    "ip_address": "192.168.1.100",
    "port": 4455
  },
  "error": "Connection closed"
}

🔒 Security