All ESPs
Customer.io setup docs
Marketing
Customer.io
Customer.io is built around event-driven workflows rather than scheduled campaigns. Authentication uses standard DKIM/SPF on a sending subdomain plus a return-path CNAME.
DNS records to publish
| Type | Host | Value |
|---|---|---|
| CNAME | cio<id>._domainkey | dkim.customeriomail.comDKIM |
| CNAME | bounces | bounce.customeriomail.comCustom return-path |
Authentication setup
SPF
Add include:mail.customeriomail.com to SPF on the sending subdomain.
DKIM
Publish the CNAME Customer.io generates.
DMARC
Standard rollout; transactional-style traffic typically reaches p=reject quickly.
Deliverability tips
- Use event-driven sends rather than weekly broadcasts to maintain high engagement signals.
- Configure suppression rules on bounces and complaints inside Customer.io so suppressed contacts don't re-enter campaigns.
- Verify both the sending subdomain and the bounce subdomain are authenticated; missing the bounce CNAME breaks SPF alignment.