Automation platforms A scan in the world starts a workflow in your stack
Seven automation platforms receive the full scan event as JSON at a catch-hook URL — within seconds, signed so your workflow can verify it. What happens next is yours to build: CRM rows, spreadsheets, SMS, smart homes.
{
"event": "click",
"source": "qr",
"code": "spring-launch",
"shortUrl": "go.yourbrand.com/spring-launch",
"title": "Spring launch pack",
"destination": "https://yourbrand.com/spring",
"tags": { "campaign": "spring-24", "sku": "SB-114" },
"createdAt": "2026-05-02T09:14:11Z",
"ts": 1752319441000,
"at": "2026-07-12T10:44:01+00:00",
"ip": "203.0.113.7",
"ua": "Mozilla/5.0 (iPhone; …)",
"referer": null,
"customerId": "cus_9f2k…"
}
This is what arrives
The full event — code, source, destination, your tags,
timestamp, device — not a bare ping. Deliveries to these
platforms carry Svix-compatible signature headers
(webhook-signature, HMAC-SHA256), retry on a
backoff ladder for up to six attempts, and every attempt is
visible in the console's delivery log.
Real-time, signed and retried events →