Email waterfall stack
The exact provider chain that lifts email coverage on an ICP list from a single vendor's ~48 to 65% found up to roughly ~68 to 85% found, about 62% verifying deliverable.
WhenYou have company domain and full name but no reliable email, and single-provider match rate is capping reach. The first stack most GTM engineers assemble.
Clay runs finder columns cheapest-first, each conditional on the prior returning blank (stop on first hit), then one ZeroBounce column gates on deliverable, then export only valid emails to CRM.- Assembly
- Load domain plus full name into a Clay table; dedupe on email/domain before spending a credit.
- Chain 3 to 4 finders as conditional columns, cheapest first; each fires only when the prior returned blank.
- Pass every hit through one verification column; keep valid and deliverable, drop catch-all and risky.
- Write valid emails to CRM with a source and confidence tag; hold the misses for the phone waterfall.
BenchmarkA 4-tool waterfall reaches ~68% found and ~62% valid, a +23% relative lift on valid-email rate over the best single provider; 5+ providers approach ~85% found; ~$0.56 per valid email. Source: site data-quality and automation-ops metrics.
One vendor is a coverage ceiling, not a strategy. A waterfall adds 20-plus points without inflating bounce, and Clay's conditional columns make cheapest-first ordering trivial versus a hand-built n8n chain.