This n8n template auto-enriches brand-new HubSpot contacts with company details. Each day it finds contacts created in the last 24 hours (skipping free email domains), researches the company from the contact’s email domain, and writes back clean fields—no manual lookup needed.
Perfect for GTM teams that want better segmentation and faster personalization from day one.
A daily schedule trigger starts the workflow.
HubSpot: Get recently created/updated contacts pulls the newest records.
A filter keeps only contacts:
gmail.com
(adjust as needed).An AI research agent (Gemini + SerpAPI):
extracts the company domain from the contact’s email
searches the web and returns structured JSON:
company_name
, industry
, headquarters_city
, headquarters_country
, employee_count
, website
, linkedin
, description
HubSpot: Add company info updates the contact with the enriched fields.
yahoo.com
, outlook.com
) to reduce false positives.