Pipedream Integration

Trigger Pipedream HTTP workflows on clicks.

Use Pipedream HTTP triggers to process ShortN events.

  1. Create a Pipedream workflow with an HTTP trigger.
  2. Copy the endpoint URL.
  3. Add it in ShortN Dashboard → Integrations as Pipedream.
  4. Assign links and test the workflow.

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
}