Skip to main content
Open and click tracking is disabled by default for all domains. You can enable it manually or programmatically.
Go to the Domains page and click on the domain you want to configure.In the Configuration tab, you can enable open and/or click tracking.Open and Click Tracking
For best deliverability, we recommend disabling click and open tracking for sensitive transactional emails.

How Open Tracking Works

A 1x1 pixel transparent GIF image is inserted in each email and includes a unique reference to this image file. When the image is downloaded, Resend can tell exactly which message was opened and by whom.

How Click Tracking Works

To track clicks, Resend modifies each link in the body of the HTML email. When recipients open a link, they are sent through a Resend server, and then immediately to the URL destination.

Custom Tracking Domain

You can configure a custom domain for all click and open urls in your emails. When configured, Resend modifies each link in the body of the HTML to pass through Resend servers using this domain.
Custom tracking domains are currently in private alpha and only available to a limited number of users. APIs might change before GA.To use the methods on this page, you must upgrade your Resend SDK:
npm install resend@6.10.0-preview-tracking-domains.0
Contact us if you’re interested in testing this feature.
A tracking domain will always share the same root domain as your sending domain. This improves deliverability and brand consistency. Similar to verifying your sending domain, you will need to add a CNAME record to your DNS settings to verify your tracking domain. Once verified, all tracked links in your emails will use your custom tracking domain (e.g., links.emails.yourdomain.com). Here’s how to configure a custom tracking domain.
Look for the Custom Tracking Domain section, and click on Configure.Configure Custom Tracking DomainThen, you will need to add a CNAME record to verify your tracking domain.Verify Custom Tracking DomainOnce verified, all tracked links in your emails will use your custom tracking domain.Custom Tracking Domain Verified