Email tracking

Open and click tracking, controlled per domain.

Turn tracking on only where you need it. NoticeAPI adds a first-party open pixel and link redirects, then records events in the same logs, metrics, timelines, and webhooks you already use.

email.clicked webhook
{
  "type": "email.clicked",
  "messageId": "msg_...",
  "emailId": "evt_...",
  "recipient": "[email protected]",
  "link": "https://example.com/account",
  "timestamp": "2026-07-03T15:04:05.000Z"
}

Open events

A tiny pixel records email.opened when the client loads images.

Click events

HTTP links are wrapped and recorded before redirecting to the original URL.

Signed webhooks

Tracking events can fan out to every enabled webhook endpoint.