Enrich this event attendee list before I import it into Attio
Expand these badge-scan names and companies into full contacts with email and title
Takes a raw event or trade show attendee export, usually just a name and a company, and expands each row into a full person record before it goes anywhere near Attio. It resolves title, business email, LinkedIn, and firmographics through MoltSets, flags rows it cannot resolve, and hands back an import-ready file so post-event outreach starts with real data rather than a name and a booth number.
Raw attendee export (CSV or sheet: name + company, sometimes title)
to normalise company name to domain (best-effort, or ask for domain if ambiguous)
to MoltSets:
search_business_profile_by_name (name + domain -> title, LinkedIn, seniority)
linkedin_to_best_email (LinkedIn URL -> business email)
search_companies (domain -> firmographics)
to flag unresolved rows (ambiguous company name, no match found)
to attio/query-records (check for existing records, avoid duplicate import)
to attio/create-record (import new, enriched person records)
search_business_profile_by_name with name plus domain to return title, seniority, and LinkedIn URLlinkedin_to_best_email where a LinkedIn URL was returned, to get a business emailsearch_companies on the domain to attach firmographics to each row| Name (as scanned) | Company | Resolved Domain | Title | Risk | Confidence | Action |
|---|
Rows in export: X
Rows resolved: X/N (XX%)
Ambiguous / flagged: X
Already in Attio: X
New records imported: X
MoltSets tokens used: X
Email risk scores:
A: X B: X C: X D: X F: X
kept (accepted grades): X
filtered (excluded): X
search_companies filters on query (company name only), domain, industry, linkedin_industry, naics_code, employee_range, revenue_range, country, and state.
domain beats free text every time - exact match, and full URLs are normalised automatically, so https://www.acme.com/about needs no cleanup first.query at all."Information Technology" or "Computer Software", so a thin result is often a neighbouring-value problem rather than a coverage one."1-10" dominates employee counts, "$500k - $1M" dominates revenue, and the legacy "$1 - $1M" band holds far fewer records than its numeric equivalent.Get the Attio Event and Badge List Enrichment skill file. We'll send occasional updates - no spam.