Zapier Integration

Trigger Zaps when links are clicked.

Use Zapier Catch Hooks to receive ShortN visit events.

  1. Create a Zap with Webhooks by Zapier → Catch Hook.
  2. Copy the webhook URL from Zapier.
  3. In ShortN Dashboard → Integrations, select Zapier and paste the URL.
  4. Assign links and send a test event.
  5. Map ShortN fields in your Zap actions.

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
}