Discord Integration

Send rich embeds to Discord channels.

ShortN formats visit data as Discord embed messages.

  1. Create a webhook in your Discord channel settings.
  2. Copy the webhook URL.
  3. Add it in ShortN Dashboard → Integrations as Discord.
  4. Assign links and verify with a test event.

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
}