Block 1 - When Executed by Another Workflow
- Type / Role
- n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Summary Turns a plain name + email into a fully enriched HubSpot contact by matching the person in Apollo, pulling their latest LinkedIn activity, summarising the findings with GPT 4o, and upsertin...
n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.hubspot, @n8n/n8n-nodes-langchain.outputparserautofixing, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chainllm
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Interlock GTM.
Original n8n.io sourceTurns a plain name + email into a fully-enriched HubSpot contact by matching the person in Apollo, pulling their latest LinkedIn activity, summarising the findings with GPT-4o, and upserting the clean data into HubSpot
SDRs enriching inbound demo requests before routing
RevOps teams keeping executive records fresh
Marketers building highly-segmented email audiences
| Field | Type | Example |
|---|---|---|
| name | string | “Jane Doe” |
| string | “[email protected]” |
| Service | Node | Notes |
|---|---|---|
| Apollo.io API key | HTTP Request – “Enrich with Apollo” | Set in header x-api-key |
| RapidAPI key | (Fresh-LinkedIn-Profile-Data) “Get recent posts” | Header x-rapidapi-key |
| OpenAI 3 LangChain nodes | Supply an API key | default model gpt-4o-mini |
| HubSpot OAuth2 | “Enrich in HubSpot” | Add/create any custom contact properties referenced |
High-level flow Trigger – Runs when another workflow passes name & email.
Clean – JS Code node normalises & deduplicates emails.
Apollo match – Queries /people/match; skips if no person.
LinkedIn fetch – Grabs up to 3 original posts from last 30 days.
AI summary chain
OpenAI → Structured/Auto-fixing parsers
Produces a strict JSON block with job title, location, summaries, etc.
HubSpot upsert – Maps every key (plus five custom properties) into the contact record.
Sticky-notes annotate the canvas; error-prone bits have retry logic.
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 | Comprehensive contact enrichment with Apollo, LinkedIn, and GPT-4o for HubSpot |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Lead Generation, AI Summarization |
| Author | Interlock GTM |
| Published | 17 Jul 2025 |
Use the JSON export at /data/workflows/6103/6103.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.
Summary Turns a plain name + email into a fully enriched HubSpot contact by matching the person in Apollo, pulling their latest LinkedIn activity, summarising the findings with GPT 4o, and upsertin...
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 Summarization use case.