Skip to main content

Automated personalized email outreach with AI, database tracking & scheduling

Workflow preview

Workflow preview
100%
Automated personalized email outreach with AI, database tracking & scheduling preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Initial Outreach Email Workflow This n8n template demonstrates how to automate personalized cold email outreach using AI and a lead database. It’s designed to contact unengaged leads, personalize m...

Best for

  • Lead Nurturing automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.nocodb, n8n-nodes-base.filter, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.emailsend, n8n-nodes-base.datetime

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated personalized email outreach with AI, database tracking & scheduling
Workflow name
Automated personalized email outreach with AI, database tracking & scheduling

Initial Outreach Email Workflow

This n8n template demonstrates how to automate personalized cold email outreach using AI and a lead database.
It’s designed to contact unengaged leads, personalize messages at scale, and schedule follow-ups automatically.

Use cases are many: Reach out to new leads, qualify prospects, start conversations, and set up consistent follow-up routines.
Great for sales teams, recruiters, and agencies running cold outreach campaigns.


Good to know

  • Each AI personalization costs about $0.001 with Groq (free tier available; pricing may vary by provider).
  • The workflow limits emails to 15 per day by default to protect your email reputation and reduce spam risk.
  • The email template is fully customizable to match your brand tone and offer.
  • Outreach timing and follow-up intervals are easy to adjust within the workflow.

How it works

  • NocoDB fetches leads who haven’t been contacted yet (no “Initial Contact Date”).
  • The Limit node ensures no more than 15 emails per run.
  • AI personalizes your chosen email template with lead name and company.
  • Emails are sent via SMTP or Gmail node.
  • Each contacted lead is updated in the database with today’s Initial Contact Date and a Next Follow-up Date (default 3 days later).
  • The workflow runs on a daily schedule at 10:30 AM (configurable).

How to use

  • Set up a NocoDB/any database table with:
    • first_name
    • email
    • Initial Contact Date
    • Next Follow up/Contact
    • organization_name (optional)
  • Customize the email template inside the AI node.
  • Adjust the daily limit and schedule to match your outreach capacity.
  • Import leads into NocoDB and configure credentials for NocoDB, AI provider, and SMTP.
  • Run the workflow manually for testing before going live.

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 - Schedule Trigger

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

Block 2 - Get many rows

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

Block 3 - Filter

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

Block 4 - Limit

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

Block 5 - Basic LLM Chain

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

Block 6 - Groq Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

Block 7 - Send email

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

Block 8 - Update a row

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

Block 9 - Date & Time

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

3. Summary Table

Workflow Automated personalized email outreach with AI, database tracking & scheduling
Complexity intermediate
Nodes 13
Categories Lead Nurturing, AI Chatbot
Author Buay Biel
Published 30 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9114/9114.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 Automated personalized email outreach with AI, database tracking & scheduling do?

Initial Outreach Email Workflow This n8n template demonstrates how to automate personalized cold email outreach using AI and a lead database. It’s designed to contact unengaged leads, personalize m...

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