Skip to main content

Send personalized data engineer hiring emails with PredictLeads, OpenAI and Gmail

Workflow preview

Workflow preview
100%
Send personalized data engineer hiring emails with PredictLeads, OpenAI and Gmail preview
Open on n8n.io

1. Workflow Overview

Find companies hiring data engineers, enrich them with tech stack data from PredictLeads, and send AI personalized service offering emails. This workflow takes a target company domain, queries Pred...

Best for

  • Lead Generation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.gmail, n8n-nodes-base.set

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send personalized data engineer hiring emails with PredictLeads, OpenAI and Gmail
Workflow name
Send personalized data engineer hiring emails with PredictLeads, OpenAI and Gmail

Find companies hiring data engineers, enrich them with tech stack data from PredictLeads, and send AI-personalized service offering emails.

This workflow takes a target company domain, queries PredictLeads for data engineer job openings, enriches each result with company info and technology stack data, then uses OpenAI to generate a personalized outreach email that references the company's current tools (e.g., "I see you're on Snowflake and looking for pipeline engineers").

How it works:

  1. Schedule trigger runs the workflow daily at 8 AM.
  2. Sets the target company domain to query.
  3. Fetches data engineer job openings from PredictLeads for that domain.
  4. Loops through results and enriches each company with PredictLeads company data.
  5. Fetches the company's technology stack from PredictLeads Technology Detections API.
  6. Builds a personalized prompt combining company info, industry, and detected tech stack.
  7. Sends the prompt to OpenAI to generate a tailored outreach email.
  8. Sends the email via Gmail with a personalized subject line.

Setup:

  • Set the target domain in the "set domain" node (default: stripe.com).
  • Connect your Gmail account (OAuth2) for sending outreach emails.
  • Add your OpenAI API key in the Generate Personalized Email HTTP Request node.
  • Add your PredictLeads API credentials (X-Api-Key and X-Api-Token headers).

Requirements:

  • Gmail OAuth2 credentials.
  • OpenAI API account (uses gpt-4o-mini, ~$0.003-0.008 per call).
  • PredictLeads API account (https://docs.predictleads.com).

Notes:

  • Change the domain in the Set node to target different companies, or connect a Google Sheet for batch processing.
  • The AI prompt references the company's tech stack for maximum personalization.
  • PredictLeads Job Openings, Company, and Technology Detections API docs: https://docs.predictleads.com

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 - About This Workflow

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

Block 2 - đź“‹ Trigger & Discovery

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

Block 3 - 🔬 Enrichment

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

Block 4 - 🤖 AI Personalization

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

Block 5 - ⏰ Daily Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 6 - 🔍 Fetch Data Engineer Job Openings

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

Block 7 - 🔀 Split by Company

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 8 - 🏢 Get Company Info

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

Block 9 - đź’» Get Technology Stack

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

Block 10 - ⚙️ Build Personalized Prompt

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - 🤖 Generate Personalized Email

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

Block 12 - đź“§ Send Personalized Email

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

Block 13 - set domain

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

3. Summary Table

Workflow Send personalized data engineer hiring emails with PredictLeads, OpenAI and Gmail
Complexity intermediate
Nodes 13
Categories Lead Generation, Multimodal AI
Author Yaron Been
Published 17 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14101/14101.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 Send personalized data engineer hiring emails with PredictLeads, OpenAI and Gmail do?

Find companies hiring data engineers, enrich them with tech stack data from PredictLeads, and send AI personalized service offering emails. This workflow takes a target company domain, queries Pred...

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 Generation, Multimodal AI use case.