Tracking is enabled by default on your account. Your emails will automatically include:
- Open tracking: A tiny pixel that tracks when emails are opened
- Click tracking: Automatic link wrapping to track clicks
- Unsubscribe links: One-click unsubscribe per RFC 8058
Adding Unsubscribe Links:
Include {{unsubscribe}} in your email HTML or text, and it will be automatically replaced with a secure unsubscribe URL:
<p><a href="{{unsubscribe}}">Unsubscribe</a></p>This placeholder works in:
- Single emails via
/api/send - Bulk emails via
/api/bulk - Batch emails via
/api/batch - SMTP emails (plain text or HTML)
To disable tracking for specific emails, you can configure it in your account settings.