Webhooks

Get real-time HTTP notifications when events occur on your links.

Supported Events

  • link.clicked โ€” When someone clicks a link
  • link.created โ€” When a new link is created
  • link.updated โ€” When a link is edited
  • link.deleted โ€” When a link is deleted

Setting Up

  1. Go to Settings โ†’ Webhooks
  2. Click Add Webhook
  3. Enter your endpoint URL
  4. Select the events to subscribe to
  5. Optionally set a secret for HMAC signature verification

Security

Each webhook delivery includes an HMAC-SHA256 signature in the X-Webhook-Signature header. Verify this against your secret to ensure the request is genuine.

Retry Logic

Failed deliveries are retried with exponential backoff. You can view delivery logs and retry status in the webhook settings.