Register Custom Tracking Domain
Register a custom branded domain for click tracking, open tracking, or unsubscribe handling.
By default, MailChannels uses shared domains for these links. Using a custom domain improves
brand consistency by replacing shared domains with your own (e.g., click.example.com).
Once registered, select the domain at send time using its name.
Before registration completes, two DNS records must be in place:
- A TXT record at
_mailchannels-verify.<hostname>containing the verification token (returned in the 202 response). - A CNAME record at
<hostname>pointing tolinks.mailchannels.net.
Headers
Body
The hostname to register as a custom tracking domain (e.g., click.example.com).
The hostname must have a CNAME record pointing to links.mailchannels.net.
A unique label used to select this domain at message send time
64^[a-z0-9-]+$The event type this domain handles
click, open, unsubscribe Response
Domain verified and registered
ISO 8601 timestamp when the domain was registered
The registered domain hostname
The label for this custom tracking domain
The event type this domain handles
click, open, unsubscribe Current status of the custom tracking domain
active, disabled 
