Block 1 - Get recently created/updated contacts
- Type / Role
- n8n-nodes-base.hubspot - hubspot
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
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 t...
n8n-nodes-base.hubspot, @n8n/n8n-nodes-langchain.toolserpapi, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miha.
Original n8n.io sourceThis 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, descriptionHubSpot: Add company info updates the contact with the enriched fields.
yahoo.com, outlook.com) to reduce false positives.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | HubSpot contact AI enrichment |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Lead Generation, AI RAG |
| Author | Miha |
| Published | 26 Sept 2025 |
Use the JSON export at /data/workflows/8969/8969.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI RAG use case.