Only workspace owners and admins can configure the email channel.
Connect a domain
1
Add your domain
Enter a domain or subdomain — a subdomain such as
mail.your-domain.com is recommended, so your main domain’s existing mail setup is untouched.2
Add the DNS records
At your DNS provider, add the three CNAME records (one for sending, two for authentication) and the one MX record shown for the domain. Copy buttons avoid typos, and each record shows its own status as it’s picked up.
3
Verify
Click Verify DNS. Propagation can take a few minutes — if verification fails right away, wait and try again.
Create addresses
Once a domain is verified, create one or more addresses on it — for examplesupport@mail.your-domain.com — and assign each to an assistant. One assistant answers a given address at a time; create another address on the same domain to give a second assistant its own inbox. An address can carry its own sender name, overriding the workspace default below.
Default sender name and signature
Set a workspace-wide Default Display Name and Default Signature. Both apply to any address that doesn’t set its own sender name, and to the built-in Send email tool when it’s configured to use the workspace default. The signature supports an{agent_name} placeholder, replaced with the sending assistant’s name at send time, so one signature template works across every assistant.
Billing
Sending and receiving email costs credits per message, at the workspace’s Send email / Receive email rate. Current rates are on the Usage page; see also How usage is billed.History
Every email conversation — inbound and outbound — appears in Email history, grouped into one conversation per exchange the same way a call groups into one row.API & MCP
- REST:
GET/POST /api/v1/email/domains,GET/DELETE /api/v1/email/domains/{id},POST /api/v1/email/domains/{id}/verify,GET/POST /api/v1/email/addresses,PATCH/DELETE /api/v1/email/addresses/{id},GET/PUT /api/v1/email/settings(assistants:read/assistants:write) - MCP:
list_email_domains,connect_email_domain,get_email_domain,verify_email_domain,delete_email_domain,list_email_addresses,create_email_address,update_email_address,delete_email_address,get_email_settings,update_email_settings