Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this page
Looking for more inspiration?Visit the

How to set up link branding


To serve all of the click-tracked links, opens, and images in your emails from your domain, use Email link branding. This replaces sendgrid.net for Global Email send or eu.sendgrid.net for Regional Email send with your domain.

  • To determine whether the email message looks trustworthy enough to deliver, spam filters and inbox providers look at the links within email messages.
  • To determine whether filters and providers can trust the links, they use the reputation score of the root domain.

Link labeling helps email deliverability as you don't rely on click tracking going through a domain that you don't control.


Prerequisites

prerequisites page anchor

Setting up link branding requires changes to your DNS records. Before you proceed, do the following:

(information)

Info

When you set up your domain authentication, you can also set up link branding.


Domain provider considerations

domain-provider-considerations page anchor

GoDaddy

godaddy page anchor

GoDaddy appends your domain to added DNS records. This results in a CNAME record incompatible with link branding.

For example: If you entered url1234.example.com as a CNAME entry, GoDaddy would store this value as url1234.example.com.example.com.

To match the expected result given in the previous example, change your CNAME values to resemble the following entries:

Hostname that Twilio SendGrid expectsEnter GoDaddy DNS CNAME value as
url1234.example.comurl1234
1234567.example.com1234567

Don't change the value for the Points to field.

When configuring CNAME records in CloudFlare, set CNAME Flattening to Flatten CNAME at root on DNS settings page.