Skip to main content

Automate cold outreach with Apollo, LinkedIn & Gmail using GPT-4

Workflow preview

Workflow preview
100%
Automate cold outreach with Apollo, LinkedIn & Gmail using GPT-4 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Cold Outreach Automation by Rysysth Technologies This n8n workflow automates the complete cold outreach process by combining Apollo.io lead generation, LinkedIn networking, and personalized email o...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.limit, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.if, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rysysth.

Original n8n.io source

1.1 Workflow description

Title
Automate cold outreach with Apollo, LinkedIn & Gmail using GPT-4
Workflow name
Automate cold outreach with Apollo, LinkedIn & Gmail using GPT-4

Cold Outreach Automation by Rysysth Technologies

This n8n workflow automates the complete cold outreach process by combining Apollo.io lead generation, LinkedIn networking, and personalized email outreach into one streamlined system.


How It Works

Prospect Definition (Form Input)

User enters job titles, company size, keywords, and locations.

Apollo Search URL Generation

OpenAI converts form inputs into a precise Apollo.io search URL.

Lead Scraping (Apify)

Apollo.io scraper collects contact details, emails, LinkedIn profiles, and company data (limited to 10 leads per run).

LinkedIn & Company Data Enrichment (Unipile)

Extracts LinkedIn profile and company details for each lead.

CRM Sync (HubSpot)

Automatically creates or updates lead records in HubSpot CRM.

Personalized Outreach (AI-Powered)

OpenAI generates:

  • Custom LinkedIn connection request (under 300 characters)
  • Email subject and body (personalized with a soft CTA)

LinkedIn Connect

If not already connected, workflow sends LinkedIn invites via Unipile.

Email Validation (ZeroBounce)

Ensures emails are valid or catch-all before outreach.

Email Outreach (Gmail API)

If verified, sends the AI-personalized outreach email directly from Gmail.


Tools and APIs Integrated

  • Apify → Apollo.io scraper (lead extraction)
  • Unipile → LinkedIn profile enrichment and connection requests
  • ZeroBounce → Email verification
  • OpenAI → Apollo URL creation and outreach copy generation
  • HubSpot → CRM sync
  • Gmail → Automated outreach emails

Key Benefits

  • Saves time by automating manual prospecting and email writing
  • Delivers personalized, multi-channel outreach at scale
  • Ensures accurate CRM updates with HubSpot integration
  • Improves email deliverability with ZeroBounce validation
  • Designed for founders, sales teams, and agencies seeking efficient lead generation

Connect with Rysysth Technologies

At Rysysth Technologies, we build custom n8n workflows that go far beyond standard templates. From AI-powered prospecting to CRM automation and advanced outreach pipelines, we tailor automation solutions that align perfectly with your business goals.

Let’s create your custom workflow together. Partner with Rysysth Technologies to transform your outreach process today.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 3 - Apollo URL Generator

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 4 - Limit

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 5 - scrape_profile

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - OpenAI Chat Model4

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 7 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 8 - send_linkedIn_invitation

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - not_connected?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 11 - email_verifier

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - outreach_message

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 13 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - email_exists

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 15 - Create or update a contact

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.1

Block 16 - company_profile

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - run apify

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - public_identifiers

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate cold outreach with Apollo, LinkedIn & Gmail using GPT-4
Complexity advanced
Nodes 19
Categories Lead Nurturing
Author Rysysth
Published 10 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8449/8449.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automate cold outreach with Apollo, LinkedIn & Gmail using GPT-4 do?

Cold Outreach Automation by Rysysth Technologies This n8n workflow automates the complete cold outreach process by combining Apollo.io lead generation, LinkedIn networking, and personalized email o...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Nurturing use case.