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
- Under Settings → Egress, add a destination of type webhook.
- Enter the URL, an optional secret, and any headers.
- Optionally add a filter (device + tag pairs) to forward only specific streams.
- Test the connection, then enable it.
Verify the X-Synacl-Signature header on your side — see verifying webhook signatures.