Generic Webhook

Send visit events to any HTTP endpoint.

Use a generic webhook when your tool accepts a standard JSON POST body.

  1. Open Dashboard → Integrations.
  2. Choose Generic Webhook as the provider.
  3. Paste your endpoint URL and save.
  4. Assign the automation to one or more short links.
  5. Send a test event to verify delivery.

Example visit payload

{
  "shortId": "abc1234",
  "originalUrl": "https://example.com/page",
  "destinationUrl": "https://shortn.info/abc1234",
  "ipAddress": "203.0.113.42",
  "userAgent": "Mozilla/5.0",
  "referrer": "https://google.com",
  "country": "Germany",
  "city": "Berlin",
  "visitedAt": "2026-07-07T12:00:00.000Z",
  "isTest": false
}