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 | 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
Get the Attio Event and Badge List Enrichment skill file. We'll send occasional updates - no spam.