Back to Catalog

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

RysysthRysysth
943 views
2/3/2026
Official Page

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.

Automate Cold Outreach with Apollo, LinkedIn, & Gmail using GPT-4

This n8n workflow streamlines and automates the entire cold outreach process, from lead generation to personalized email delivery, leveraging the power of AI (GPT-4) for content generation. It allows you to efficiently engage with prospects on multiple channels (Apollo, LinkedIn, and Gmail) based on your specific criteria.

What it does

This workflow is designed to automate and personalize your cold outreach campaigns. Here's a step-by-step breakdown:

  1. Triggers on Form Submission: The workflow starts when a form is submitted, likely containing initial lead information or campaign parameters.
  2. Limits Processing: It then limits the number of items processed, ensuring controlled execution and preventing overwhelming downstream services.
  3. Applies AI Agent (GPT-4): An AI Agent (configured with a GPT-4 model) is used to generate personalized content for outreach. This likely involves crafting initial messages, follow-ups, or LinkedIn connection requests.
  4. Parses Structured Output: The AI Agent's output is then parsed to extract structured data, ensuring that the generated content can be correctly used by subsequent nodes.
  5. Edits Fields: The workflow modifies or adds fields to the incoming data, preparing it for use in CRM or email services.
  6. Conditional Logic: It uses an If node to introduce conditional logic, allowing the workflow to branch based on specific criteria (e.g., whether a lead meets certain qualifications).
  7. Sends HTTP Requests: Depending on the conditional logic, it sends HTTP requests to external APIs. This could be for interacting with Apollo.io for lead enrichment, or other custom integrations.
  8. Updates HubSpot: It integrates with HubSpot to create or update contact information, ensuring your CRM is always up-to-date with your outreach efforts.
  9. Sends Emails via Gmail: Finally, it leverages Gmail to send personalized emails to prospects, utilizing the AI-generated content.

Prerequisites/Requirements

To use this workflow, you will need:

  • n8n Instance: A running instance of n8n.
  • OpenAI API Key: For the AI Agent (GPT-4) to generate content.
  • Apollo.io Account (Optional): If the HTTP Request nodes are configured to interact with Apollo for lead data.
  • LinkedIn Account (Implicit): While not directly integrated via a node, the workflow's purpose suggests LinkedIn engagement, which might be handled manually or via a custom HTTP request.
  • Gmail Account: Configured as a credential in n8n to send emails.
  • HubSpot Account: Configured as a credential in n8n to manage CRM data.

Setup/Usage

  1. Import the workflow: Download the JSON provided and import it into your n8n instance.
  2. Configure Credentials:
    • Set up your OpenAI API Key credential for the "OpenAI Chat Model" node.
    • Configure your Gmail credential for the "Gmail" node.
    • Set up your HubSpot credential for the "HubSpot" node.
    • If the "HTTP Request" node connects to Apollo.io or other services, ensure you have the necessary API keys or authentication configured.
  3. Customize the "On form submission" trigger: Adjust the form fields to match the data you expect to receive for your leads.
  4. Adjust AI Agent Prompts: Customize the prompts within the "AI Agent" and "Basic LLM Chain" nodes to tailor the generated content to your specific outreach strategy and target audience.
  5. Refine Conditional Logic: Modify the "If" node's conditions to accurately filter and route leads based on your campaign requirements.
  6. Review HTTP Requests: If the "HTTP Request" node is used for Apollo or other services, ensure the URLs, headers, and body content are correctly configured for your use case.
  7. Test the Workflow: Run the workflow manually with sample data to ensure all steps execute as expected and the output is correct.
  8. Activate the Workflow: Once configured and tested, activate the workflow to begin automating your cold outreach.

Related Templates

Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax

Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions

Daniel NkenchoBy Daniel Nkencho
601

Synchronizing WooCommerce inventory and creating products with Google Gemini AI and BrowserAct

Synchronize WooCommerce Inventory & Create Products with Gemini AI & BrowserAct This sophisticated n8n template automates WooCommerce inventory management by scraping supplier data, updating existing products, and intelligently creating new ones with AI-formatted descriptions. This workflow is essential for e-commerce operators, dropshippers, and inventory managers who need to ensure their product pricing and stock levels are synchronized with multiple third-party suppliers, minimizing overselling and maximizing profit. --- Self-Hosted Only This Workflow uses a community contribution and is designed and tested for self-hosted n8n instances only. --- How it works The workflow is typically run by a Schedule Trigger (though a Manual Trigger is also shown) to check stock automatically. It reads a list of suppliers and their inventory page URLs from a central Google Sheet. The workflow loops through each supplier: A BrowserAct node scrapes the current stock and price data from the supplier's inventory page. A Code node parses this bulk data into individual product items. It then loops through each individual product found. The workflow checks WooCommerce to see if the product already exists based on its name. If the product exists: It proceeds to update the existing product's price and stock quantity. If the product DOES NOT exist: An If node checks if the missing product's category matches a predefined type (optional filtering). If it passes the filter, a second BrowserAct workflow scrapes detailed product attributes from a dedicated product page (e.g., DigiKey). An AI Agent (Gemini) transforms these attributes into a specific, styled HTML table for the product description. Finally, the product is created in WooCommerce with all scraped details and the AI-generated description. Error Handling: Multiple Slack nodes are configured to alert your team immediately if any scraping task fails or if the product update/creation process encounters an issue. Note: This workflow does not support image uploads for new products. To enable this functionality, you must modify both the n8n and BrowserAct workflows. --- Requirements BrowserAct API account for web scraping BrowserAct n8n Community Node -> (n8n Nodes BrowserAct) BrowserAct templates named “WooCommerce Inventory & Stock Synchronization” and “WooCommerce Product Data Reconciliation” Google Sheets credentials for the supplier list WooCommerce credentials for product management Google Gemini account for the AI Agent Slack credentials for error alerts --- Need Help? How to Find Your BrowseAct API Key & Workflow ID How to Connect n8n to Browseract How to Use & Customize BrowserAct Templates How to Use the BrowserAct N8N Community Node --- Workflow Guidance and Showcase STOP Overselling! Auto-Sync WooCommerce Inventory from ANY Supplier

Madame AI Team | KaiBy Madame AI Team | Kai
600

Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms

Overview Automates your complete social media content pipeline: sources articles from Wallabag RSS, generates platform-specific posts with AI, creates contextual images, and publishes via GetLate API. Built with 63 nodes across two workflows to handle LinkedIn, Instagram, and Bluesky—with easy expansion to more platforms. Ideal for: Content marketers, solo creators, agencies, and community managers maintaining a consistent multi-platform presence with minimal manual effort. How It Works Two-Workflow Architecture: Content Aggregation Workflow Monitors Wallabag RSS feeds for tagged articles (to-share-linkedin, to-share-instagram, etc.) Extracts and converts content from HTML to Markdown Stores structured data in Airtable with platform assignment AI Generation & Publishing Workflow Scheduled trigger queries Airtable for unpublished content Routes to platform-specific sub-workflows (LinkedIn, Instagram, Bluesky) LLM generates optimized post text and image prompts based on custom brand parameters Optionally generates AI images and hosts them on Imgbb CDN Publishes via GetLate API (immediate or draft mode) Updates Airtable with publication status and metadata Key Features: Tag-based content routing using Wallabag's native system Swappable AI providers (Groq, OpenAI, Anthropic) Platform-specific optimization (tone, length, hashtags, CTAs) Modular design—duplicate sub-workflows to add new platforms in \~30 minutes Centralized Airtable tracking with 17 data points per post Set Up Steps Setup time: \~45-60 minutes for initial configuration Create accounts and get API keys (\~15 min) Wallabag (with RSS feeds enabled) GetLate (social media publishing) Airtable (create base with provided schema—see sticky notes) LLM provider (Groq, OpenAI, or Anthropic) Image service (Hugging Face, Fal.ai, or Stability AI) Imgbb (image hosting) Configure n8n credentials (\~10 min) Add all API keys in n8n's credential manager Detailed credential setup instructions in workflow sticky notes Set up Airtable database (\~10 min) Create "RSS Feed - Content Store" base Add 19 required fields (schema provided in workflow sticky notes) Get Airtable base ID and API key Customize brand prompts (\~15 min) Edit "Set Custom SMCG Prompt" node for each platform Define brand voice, tone, goals, audience, and image preferences Platform-specific examples provided in sticky notes Configure platform settings (\~10 min) Set GetLate account IDs for each platform Enable/disable image generation per platform Choose immediate publish vs. draft mode Adjust schedule trigger frequency Test and deploy Tag test articles in Wallabag Monitor the first few executions in draft mode Activate workflows when satisfied with the output Important: This is a proof-of-concept template. Test thoroughly with draft mode before production use. Detailed setup instructions, troubleshooting tips, and customization guidance are in the workflow's sticky notes. Technical Details 63 nodes: 9 Airtable operations, 8 HTTP requests, 7 code nodes, 3 LangChain LLM chains, 3 RSS triggers, 3 GetLate publishers Supports: Multiple LLM providers, multiple image generation services, unlimited platforms via modular architecture Tracking: 17 metadata fields per post, including publish status, applied parameters, character counts, hashtags, image URLs Prerequisites n8n instance (self-hosted or cloud) Accounts: Wallabag, GetLate, Airtable, LLM provider, image generation service, Imgbb Basic understanding of n8n workflows and credential configuration Time to customize prompts for your brand voice Detailed documentation, Airtable schema, prompt examples, and troubleshooting guides are in the workflow's sticky notes. Category Tags social-media-automation, ai-content-generation, rss-to-social, multi-platform-posting, getlate-api, airtable-database, langchain, workflow-automation, content-marketing

Mikal Hayden-GatesBy Mikal Hayden-Gates
188