Enrichment & Formulas
graph8’s enrichment engine lets you fill in missing contact and company data automatically. Chain multiple data providers, run AI research prompts, and build formula columns — all from the list grid, with results streaming in live.
Enrichment Types
| Type | What It Does | Credits |
|---|---|---|
| Waterfall | Queries data providers in sequence until a value is found | Per provider per record |
| AI Enrichment | Uses an LLM to research, analyze, or generate data | Per record (token-based) |
| Formula | Computes a value from existing fields using expressions | Free |
| Find People | Searches for contacts at specific companies | Per search |
Waterfall Enrichment
Waterfall enrichment queries multiple data providers in order. If the first provider doesn’t return a result, the next one is tried — like a fallback chain.
How It Works
- Open a list and click the + column header to add an enrichment column
- Select Waterfall as the enrichment type
- Choose what you want to find (work email, phone, company data, etc.)
- Select and order your providers — graph8 tries them top to bottom
- Click Run — results stream into the grid in real time
Available Providers
graph8 integrates with 15+ data providers:
| Category | Providers |
|---|---|
| Email & Phone | Apollo, Hunter, Prospeo, RocketReach, LeadMagic, Lusha, IcyPeas |
| Company Data | Clearbit, SemRush, BuiltWith |
| Verification | ZeroBounce, DropContact, EmailListVerify |
Each provider has different strengths. For example, Apollo is strong for B2B work emails, while BuiltWith reveals a company’s technology stack.
Provider Ordering
The order matters. graph8 stops at the first provider that returns a result, so put your most reliable (or cheapest) provider first. You can drag providers to reorder them.
Optional Parameters
Some providers offer extra options:
- Reveal phone numbers — enables direct dial discovery (additional credits)
- Reveal personal emails — includes personal email addresses
- Email verification — automatically verify found emails as a post-enrichment step
Running Enrichment
When you click Run:
- graph8 validates you have enough credits
- Records are queued and processed in batches
- Cells update in real time as results arrive via live streaming
- Click any enriched cell to see which provider returned the value
AI Enrichment
AI enrichment uses a large language model to research, analyze, or generate data for each record in your list. Think of it as having a research assistant process every row.
Use Cases
| Use Case | What It Does | Credits |
|---|---|---|
| Web Research | Searches the web to find information about a contact or company | 7 per record |
| Content Generation | Generates personalized copy based on contact/company data | 1 per record |
| Create / Modify Content | Transforms or reformats existing field values | 1 per record |
Setting Up AI Enrichment
- Open a list and click + to add a column
- Select AI Enrichment
- Write your prompt using field variables — type
@to insert any column as a variable
Example prompts:
Research COMPANY_NAME (COMPANY_DOMAIN) and write a one-sentence summary of what they do and who they sell to.Based on FIRST_NAME's role as JOB_TITLE at COMPANY_NAME, write a personalized opening line for a cold email.Look up recent news about COMPANY_NAME from the past 30 days and summarize the most relevant item.
Field variables appear as interactive pills in the prompt editor — type @ to insert any column from your list.
- Define the output columns — one AI prompt can populate multiple columns
- Click Run
Viewing AI Results
Click any AI-enriched cell to open the results panel, which shows:
- The full AI response
- Sources and citations (for web research)
- The reasoning behind the output
- Token usage
Formula Columns
Formula columns compute values from existing fields using JavaScript expressions. They’re free to run and update instantly — no credits required.
Using Formula Templates
graph8 includes built-in templates for common calculations:
Contact formulas:
| Template | Output |
|---|---|
| Lead Score | 0–10 score based on company size, industry, and title |
| Seniority Level | Categorizes job titles into Executive, Senior, Mid, Junior |
| Contact Quality Score | 0–100 completeness rating based on filled fields |
| Email Validation | Classifies emails as Personal, Professional, or Missing |
| Full Name Formatter | Combines first and last name |
Company formulas:
| Template | Output |
|---|---|
| Company Size Category | Startup, Small, Medium, Large, or Enterprise |
| Revenue Category | Early Stage, Growth, Scale, or Enterprise |
| Industry Tech Score | 0–10 rating of technology focus |
| Growth Stage Analyzer | Seed, Early, or Growth based on size and founding year |
To use a template:
- Click + to add a column → select Formula
- Browse the template library
- Select a template — the formula is pre-filled
- Click Run
Writing Custom Formulas
Write your own JavaScript expressions using field name placeholders:
// Score leads based on employee countconst size = parseInt(COMPANY_EMPLOYEE_COUNT) || 0;let score = 0;if (size >= 50 && size <= 500) score += 3;if (size > 500) score += 5;return score;Field references like COMPANY_EMPLOYEE_COUNT are replaced with actual values at runtime. The formula editor highlights available fields as you type.
Formula outputs can be text, number, or boolean.
AI-Generated Formulas
Don’t want to write JavaScript? Describe what you want in plain English and graph8’s AI will generate the formula for you.
Example: “Score contacts 1-10 based on how senior their job title is, giving C-suite a 10 and individual contributors a 2”
graph8 generates the JavaScript, lets you preview results on sample rows, then saves and runs it.
Find People
Find People searches for contacts at specific companies in your list.
- Open a list that contains company data
- Click + → select Find People
- Set filters for the contacts you want (job title, seniority, department)
- Choose which company column to search against
- Select a destination list for found contacts
- Click Run
graph8 searches each company and returns matching contacts. Review the results, select the ones you want, and import them to your destination list.
Credits
Enrichment runs on a credit system:
| Enrichment Type | Credit Model |
|---|---|
| Waterfall | Fixed credits per provider per record (varies by provider) |
| AI — Web Research | 7 credits per record |
| AI — Content Generation | 1 credit per record |
| Formula | Free |
| Find People | Credits per search |
Before any enrichment runs, graph8 shows you the estimated credit cost and validates your balance. Credits are held during processing and charged as results come in. Unused holds are released when the job completes.
Check your credit balance in Settings → Credits & Billing.
Real-Time Updates
All enrichment types stream results live into the grid using server-sent events. You don’t need to refresh the page — cells update as each record is processed. This means you can watch results flow in and stop a job early if the data quality isn’t what you expected.
Next Steps
- Prospecting → — Search the database to find new prospects
- Managing Lists → — Organize and filter your lists
- Import & Export → — Upload contacts or download lists