Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.proxylink.dev/llms.txt

Use this file to discover all available pages before exploring further.

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:
{
  "event": "down",
  "link_id": 42,
  "link_label": "Hotel Anna — NVR",
  "consecutive_failures": 3,
  "timestamp": "2026-05-11T20:00:00Z"
}
Events: down, up