Q&A
we have about 2000 contacts in a tinytable that only have name and email. a lot of them are missing company, title, phone number etc
is there a way to run enrichment on the whole list in bulk rather than one at a time? ideally id just point it at the email column and have it fill in the missing fields across all rows
we were quoted 800/month by zoominfo for this and thats way out of budget for our team size
AH
Ashley Hernandez · Nov 16
yeah you can do this with a workflow. set up a workflow that:
1. reads all rows from your contacts table where company is empty
2. loops through each one
3. runs enrichment on the email
4. updates the row with the returned data
add a small delay between enrichment calls so you dont burn through credits too fast. we enriched about 1500 contacts in a couple hours this way
did exactly this last month. worked great. tip: add a "enriched" boolean column to your table so the workflow skips already-enriched rows if you need to run it again
the 800/month zoominfo quote is wild. we were quoted something similar. this is way more reasonable