Egress: webhook destination

Forward telemetry to your endpoint as signed HTTP POSTs.

Config fields:

Field Meaning
url Your receiving endpoint
secret Used to sign requests (HMAC-SHA256)
headers Optional custom headers

Steps

  1. Under Settings → Egress, add a destination of type webhook.
  2. Enter the URL, an optional secret, and any headers.
  3. Optionally add a filter (device + tag pairs) to forward only specific streams.
  4. Test the connection, then enable it.

Verify the X-Synacl-Signature header on your side — see verifying webhook signatures.