Skip to main content
Intempt

Waterfall Account Enrichment

Multi-source enrichment cascade — try primary provider, if it misses fall through to secondary, then tertiary, then AI-research fallback for unstructured discovery. Maximizes coverage while minimizing per-record cost. The Clay-style waterfall pattern.

WorkflowsB2BAdvanced7 steps2 outputs
Run this recipe

What it does

Use when a user mentions "waterfall account enrichment", "multi-source enrichment cascade", "fallback enrichment workflow", or asks for related help. Multi-source enrichment cascade — try primary provider, if it misses fall through to secondary, then tertiary, then AI-research fallback for unstructured discovery. Maximizes coverage while minimizing per-record cost. The Clay-style waterfall pattern.

You get

Workflow

Workflow produced by this recipe.

step

Workflow Step produced by this recipe.

How it works

1

Build the Waterfall Enrichment Workflow

Create Workflow

Create a workflow

Produces:Workflow
2

Primary Enrichment Pass

configure_enrich_step

Configure first enrichment step to query the primary provider (configurable — typically the cheapest provider with broad coverage, e.g. Apollo or Clearbit). Targets: company name, size, industry, tech stack, revenue band, key decision-makers. Outputs to account attributes. Mark fields successfully filled to inform downstream branching.

Produces:step
3

Branch on Primary Coverage

configure_workflow_branch_step

Branch step: did the primary enrichment fill the required fields? If YES → skip to AI-fit-scoring. If NO (missing email format, missing decision-maker, or missing tech stack) → continue to secondary provider. Saves money by not paying for premium providers unless needed.

Produces:step
4

Secondary Enrichment Pass

configure_enrich_step

Configure second enrichment step that fires only on the no-coverage branch. Query secondary provider (configurable — typically a specialist provider for the missing field type, e.g. ZoomInfo for decision-makers, BuiltWith for tech stack). Only fills fields the primary missed; doesn

Produces:step
5

AI Research Fallback

configure_ai_research_step

Configure AI research step that fires when secondary provider also fails to fill a key field. Tasks: scrape the company website, summarize what the company does, identify likely buyer personas from About/Team/Leadership pages, look up recent news for funding/hiring signals. Returns structured output (industry, ICP-fit description, 3-5 decision-maker names with titles). The Claygent-equivalent for the long tail where structured providers have no data.

Produces:step
6

Update Account Record

configure_update_attribute_step

Configure the update step that writes all enriched data back to the Account record. Includes a metadata field

Produces:step
7

Validate and Publish

publish_workflow

Validate the workflow DAG and publish for live execution. Set up a daily summary of enrichment-tier-usage so RevOps can monitor cost (e.g.

Produces:Workflow

Ready to run this recipe?

Tell Blu what you need. It builds the segment, content, journey, and dashboard in minutes.

Sign up free

You set the strategy. Agents run the plays.

Nine AI agents across design, marketing, sales, and analytics. One customer context, tracked from first pixel to final dollar.

Start for free
Waterfall Account Enrichment | Intempt Recipe