Custom domains
For teams that want funnel links on their own brand URL. You'll have a verified subdomain serving your funnel pages over HTTPS. You need access to your domain's DNS records.
Subdomain only — not the apex#
Connect a subdomain like quiz.example.com, not the apex example.com. The certificate setup is scoped to subdomains; the apex stays available for your existing site.
Connect a domain#
-
Open Dashboard → Settings → General. Scroll to the domain panel at the bottom.
-
Enter the subdomain.
-
Zellify shows two records to add at your DNS provider:
Type Name Value CNAME<your-subdomain>customers.zellify.appTXT_acme-challenge.<your-subdomain>(the challenge value shown in the dashboard) -
Add both records at your DNS provider.
-
Click Verify in Zellify.
Once verified, funnel and campaign links serve from your subdomain automatically. The number after /f/ is the funnel ID and isn't user-editable.
Troubleshooting#
"Pending" after a few hours#
Almost always a typo in the TXT record value. The challenge string contains look-alike characters:
- Uppercase
Ivs lowercasel - The letter
Ovs the digit0
Verify what DNS actually publishes:
The output should match the value Zellify shows exactly.
Still pending after fixing DNS#
After the initial timeout, Zellify re-checks every ~4 hours. If you corrected the records after that window, click Verify again — don't disconnect and reconnect, which regenerates the challenge value and resets the timer.