Block 1 - Google Sheets
- Type / Role
- n8n-nodes-base.googleSheets - googleSheets
- Config choices
- Version 4.6
This workflow is provided as-is. Please review and test before using in production.
This template enables fully automated lead enrichment using Surfe’s bulk API. Simply drop a Google Spreadsheet into your Google Drive, and n8n will handle everything — from reading the leads, enric...
n8n-nodes-base.googlesheets, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.filter, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.gmail, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by go-surfe.
Original n8n.io sourceThis template enables fully automated lead enrichment using Surfe’s bulk API. Simply drop a Google Spreadsheet into your Google Drive, and n8n will handle everything — from reading the leads, enriching them in batches, filtering valid data, and pushing results to HubSpot.
Manually enriching contact lists is tedious, error-prone, and doesn’t scale. Whether you’re importing leads from events, marketing forms, or partners, this workflow ensures each record is enriched and synced to your CRM — hands-free.
To use this template, you’ll need:
To run the automation, you must upload a Google Spreadsheet to a specific folder in your Drive.
The spreadsheet must contain the following columns:
first name (required)last name (required)company name or company domain (at least one is required)linkedin url (optional)🛑 Important: Any row missing first name, last name, and both company name and company domain will be ignored automatically by the workflow.
Each row represents a person to enrich.
We recommend including the linkedin url if available, but it's not mandatory.
To connect Google Drive and Google Sheets in your workflow, you need to authorize n8n via Google OAuth 2.0 using a Client ID and Client Secret from the Google Cloud Console.
n8n Integration)Internal if you’re using a Google Workspace accountExternal if using a personal Gmail accountGo to APIs & Services → Credentials
Click + Create Credentials → OAuth Client ID
Select Web application as the application type
Name it (e.g. n8n Google Drive Access)
In Authorized redirect URIs, paste this:
https://oauth.n8n.cloud/oauth2/callback
(Or your self-hosted n8n redirect URI)
Click Create
Copy the Client ID and Client Secret
✅ Your Google Drive is now ready to use in workflows.
Google Sheets OAuth2 APIWhen it’s done you should see this on n8n
Gmail OAuth2 APIBearer AuthSURFE API KeyBearer Tokencrm.objects.contacts.readcrm.objects.contacts.writecrm.schemas.contacts.read… on the top leftIn the workflow, link your newly created credentials to each node of this list :
Google Drive Node -> Credentials to connect with → Google Drive AccountGoogle Sheets -> Credentials to connect with → Google Sheets AccountGmail Node Credentials to connect with → Gmail accountHubspot Node →Credentials to connect with → Gmail accountSurfe HTTP nodes:Surfe HTTP nodes
Surfe HTTP nodes
Credentials to connect with → select your HubSpot credentials in the listlinkedin_url column is added to a specific folder in Google DriveThis workflow turns a basic Google Sheet of LinkedIn URLs into fully enriched, CRM-ready contacts — automatically synced with HubSpot.
Just upload your file.
Let Surfe do the rest.
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 | Automate contact enrichment with Surfe, Google Sheets & HubSpot |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Lead Generation |
| Author | go-surfe |
| Published | 08 Jul 2025 |
Use the JSON export at /data/workflows/5776/5776.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 template enables fully automated lead enrichment using Surfe’s bulk API. Simply drop a Google Spreadsheet into your Google Drive, and n8n will handle everything — from reading the leads, enric...
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 use case.