What you will do
- Create a table with columns
- Insert rows
- Find and attach an enrichment
- Run the enrichment on all rows
- View results in the API or UI
Prerequisites
- A Databar API key (get one here)
- A dataset (names, emails, domains, etc.)
Step 1: Create a table
uuid from the response. You will use it in every subsequent call.
Step 2: Insert rows
Step 3: Find and attach an enrichment
First, find the enrichment you want:type to "mapping" to pull the value from a table column (use the column name or UUID as the value), or "simple" to pass a static value to every row. Save the returned id - this is the table-enrichment ID you will use to run it.
Step 4: Run the enrichment
"run_strategy": "run_empty" to only process rows that have not been enriched yet.
Step 5: View results
Fetch the enriched rows:https://databar.ai/table/TABLE_UUID.
With the Python SDK
Next steps
Enrich leads
Run a quick headless enrichment without creating a table.
Waterfall email finder
Maximize email coverage by trying multiple providers.