Customize Your Assistant's Email Address

Put your AI scheduling assistant on your own domain. Instead of the shared CalendarBridge address, your assistant sends and receives from an address you choose — like Ava <ava@ai.yourcompany.com> — fully authenticated with DKIM and SPF.

C Chad Updated July 16, 2026 6 min read

A custom address is included on Pro plans for individual accounts. Organization admins can set one on any org assistant configuration from the Organization AI page — the panel and steps are identical. On other plans the panel shows an upgrade prompt.

You'll need two things: an assistant configuration that's already been created (see getting started with the AI assistant), and access to your domain's DNS settings at your registrar (GoDaddy, Cloudflare, Namecheap, Squarespace, or wherever your domain lives).

Pick your assistant's address

Pick your assistant's address

Go to AI Assistant in the dashboard and click Customize Email on your assistant's card (or Edit — the Customize From Email & Name panel sits at the top of the edit page).

Enter the address you want:

Click Generate DNS records. CalendarBridge creates the email identity for your subdomain and shows the DNS records you need to add.

info
Why a subdomain? Your assistant receives mail at this domain, so it gets its own MX record. Adding that MX to your root domain would interfere with your existing company email — a dedicated subdomain keeps them completely separate. Root domains are not accepted.

Add the DNS records at your registrar

DNS records with registrar-specific instructions

The panel lists every record with a copy button:

Below the table, choose your registrar from the Instructions for dropdown to get numbered steps for that provider: GoDaddy, Cloudflare, Namecheap, Squarespace / Google Domains, or a generic guide for anything else.

warning
The two classic pitfalls: GoDaddy and Namecheap expect the Host field without your root domain (for abc._domainkey.ai.yourcompany.com, enter just abc._domainkey.ai). On Cloudflare, CNAME records must be set to "DNS only" (grey cloud) — proxied records will never verify.

Verify and set the From name

Verified — set the From display name

Once the records are saved at your registrar, click Check verification. DNS changes usually propagate within an hour (occasionally longer). When verification passes:

Finally, set the From display name — what recipients see next to the address in their inbox. The preview shows the exact result, e.g. Ava <ava@ai.yourcompany.com>. You can change the display name any time without touching DNS.

DNS records reference

For a subdomain ai.yourcompany.com, the records look like this (your DKIM values are unique — always copy them from the panel):

TypeHostValuePurpose
CNAME ×3<token>._domainkey.ai.yourcompany.com<token>.dkim.amazonses.comDomain verification (DKIM)
MXmail.ai.yourcompany.com10 feedback-smtp.us-east-1.amazonses.comOutbound mail routing
TXTmail.ai.yourcompany.comv=spf1 include:amazonses.com ~allSender authorization (SPF)
MXai.yourcompany.com10 inbound-smtp.us-east-1.amazonaws.comInbound mail to your assistant
TXT_dmarc.ai.yourcompany.comv=DMARC1; p=none;Recommended (DMARC)

Troubleshooting