LinkForge
Get started

Receiving webhooks

Get notified in real time when events happen.

Webhooks push events to your own server as they happen, so you can react automatically — log a click, sync a CRM, or trigger an automation.

Set one up

  1. In the Developer area, open Webhooks and click Add endpoint.
  2. Enter the URL on your server that should receive events.
  3. Choose which events to subscribe to (for example a new link, or a click).

Verifying delivery

Each request is signed so you can confirm it genuinely came from your account — check the signature header against your endpoint's secret before trusting the payload. For security, endpoints pointing at internal or loopback addresses are rejected, and delivery relies on the scheduled task being installed.

Still need help?

Contact support

Related in Developers & API