Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
LinkedIn to Apollo.io Lead Enrichment System with Google Sheets Automatically capture company and store details from LinkedIn posts, enrich them with domain names and key decision maker (KDM) data ...
n8n-nodes-base.webhook, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahi Uppal.
Original n8n.io sourceAutomatically capture company and store details from LinkedIn posts, enrich them with domain names and key decision-maker (KDM) data from Apollo.io, and store everything neatly in Google Sheets.
This workflow turns LinkedIn post data into a complete, structured lead database — fully automated from detection to enrichment.
This workflow reads LinkedIn post data (in JSON format) received via a webhook, extracts company and location information using an AI agent, and progressively enriches the data in three stages:
All results are automatically updated in Google Sheets, ensuring your lead list remains fresh, structured, and actionable.
Before running the workflow, make sure you have:
Each LinkedIn post is received as a JSON object containing key clues:
{
"index": 1,
"text": "Excited to announce the opening of our new KFC store at Sky City Mall, Borivali East 🎉🍗\n\nLooking forward to welcoming you all to experience the Finger Lickin’ Good taste at our newest location!\n\n#KFCIndia #NewStoreOpening #Borivali #SkyCityMall #Sapphirefoods",
"CompanyName": "MockCompany",
"NewStoreLocation": "optional",
"PersonPosted": "https://linkedin.com/in/mockperson",
"PostImage": null,
"PostLink": "https://www.linkedin.com/search/results/all/?keywords=%23kfcindia&origin=HASH_TAG_FROM_FEED",
"extracted_at": "2025-09-08T12:05:40.044101"
}
This workflow runs in three main stages, moving from LinkedIn data → company domain → people → emails.
Goal: Convert each company name into its website domain using Apollo.io.
kfc.com). Goal: Fetch key decision-makers (KDMs) from each company using Apollo.io.
Goal: Find and store verified corporate email addresses for each KDM.
Add columns for:CompanyName, Domain, KDMs, LinkedInProfile, Email, Status
Each Schedule Trigger can be configured separately (e.g., Stage 1 every Monday, Stage 2 every Wednesday).
Use an AI model (like OpenAI or Gemini) to extract company name and location from LinkedIn post text before enrichment.
| Node Type | Recommended Name | Description |
|---|---|---|
| HTTP Request (Company) | Find Company Domain (Apollo.io) | Searches for the company’s official domain |
| HTTP Request (People) | Find Key Decision Makers (Apollo.io) | Retrieves top company contacts |
| HTTP Request (Emails) | Find Corporate Emails (Apollo.io) | Gets verified email addresses for each contact |
| Wait Node | API Delay (Rate Limit Buffer) | Adds delay to avoid hitting API rate limits |
| Code Node | Prepare KDM Data | Organizes input data for API calls |
data[] and verify Split Out configuration. CompanyName or LinkedInProfile). Every week, this workflow scans new LinkedIn store-opening posts.
It extracts company names (like KFC India), finds their domains and top executives through Apollo.io, retrieves their emails, and logs everything in a Google Sheet — ready for your sales team to reach out.
Tags:LinkedIn Apollo Automation LeadGeneration GoogleSheets MarketingOps DataEnrichment
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.
Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automated LinkedIn lead enrichment pipeline using Apollo.io & Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 33 |
| Categories | Lead Generation |
| Author | Rahi Uppal |
| Published | 09 Sept 2025 |
Use the JSON export at /data/workflows/8409/8409.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.
LinkedIn to Apollo.io Lead Enrichment System with Google Sheets Automatically capture company and store details from LinkedIn posts, enrich them with domain names and key decision maker (KDM) data ...
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.