Skip to main content

Slack

  1. Create an Incoming Webhook in your Slack workspace
  2. Paste the webhook URL in the proxy link’s monitoring settings

Microsoft Teams

  1. Add an Incoming Webhook connector to a Teams channel
  2. Paste the webhook URL in the monitoring settings

Custom webhook

ProxyLink sends a POST request with a JSON body to your URL:
{
  "status": "down",
  "label": "Hotel Anna — NVR",
  "target": "192.168.20.10:80",
  "time": "2026-05-11 20:00:00 EEST"
}
status is "down" or "up".