Skip to content
FlowHubFluxonLab
A
AI Automationfree

Multi-Agent Cold Email Campaign Generator with O3 Director & GPT-4.1 Specialists

by Yaron Beenadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentAI Agent ToolAI Agent ToolOpenAI Chat ModelOpenAI Chat ModelThink ToolThink Tool
Share Post Share
ChWhen chat message receivedWhen chat messa…AgOutreach Director AgentOutreach Direct…TTThinkATProspect Research SpecialistProspect Resear…ATCold Email CopywriterCold Email Copy…ATPersonalization SpecialistPersonalization…ATEmail Sequence StrategistEmail Sequence …ATEmail Deliverability ExpertEmail Deliverab…ATOutreach Analytics SpecialistOutreach Analyt…OpenAI Chat Model DirectorOpenAI Chat Mod…OpenAI Chat Model1OpenAI Chat Mod…OpenAI Chat Model2OpenAI Chat Mod…OpenAI Chat Model3OpenAI Chat Mod…OpenAI Chat Model4OpenAI Chat Mod…OpenAI Chat Model5OpenAI Chat Mod…OpenAI Chat Model6OpenAI Chat Mod…123456789101112131415
1/5
STEPS · 15
Starts from a chat message

Multi-Agent Cold Email Campaign Generator with O3 Director & GPT-4.1 Specialists 🌍 Overview This workflow simulates a virtual sales & marketing team where each AI agent has a role: A Director Agent (O3) who manages strategy. Multiple Specialist Agents (GPT-4.1-mini) for research, writing, personalization, deliverability, sequencing, and analytics. Everything is triggered automatically when a new chat message request comes in. 🟢 Section 1: Entry & Director 🔗 Nodes: 1️⃣ When chat message received (Trigger) 💬 Starts the workflow when a new request arrives (e.g., “Create a cold email campaign for SaaS CTOs”). 2️⃣ Outreach Director Agent (O3 model) 🎯 The “manager” agent. Decides what kind of campaign is needed and assigns tasks. 3️⃣ Think (Planning Node) 🧠 Helps the Director structure thoughts before delegating. 💡 Why useful? Director uses O3 (strong reasoning model) only where strategy is needed → reduces cost. Provides a single point of control to coordinate all other agents. 🔵 Section 2: Specialist Agents Each is powered by GPT-4.1-mini (cheaper + faster). 🔍 Prospect Research Specialist → researches target companies, roles, pain points.

Tags

n8nreference-onlyagentagent-toollm-chat-open-aitool-think
Connects
AAI AgentaiagenttoolAI Agent ToolopenaichatmodelOpenAI Chat ModelthinktoolThink Tool
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes16
AddedAug 2, 2025

Related workflows

See all AI Automation
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
AopenaichatmodelserpapigooglesearchS
free

Slack chatbot powered by AI

This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailored for a Slack environment, aiming to offer an interactive, AI-driven chatbot experience. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
Agmailopenaichatmodeltelegram
free

Send daily AI news digests from RSS feeds with OpenAI, Telegram and Gmail

Quick overview This workflow runs every morning at 8 AM, pulls articles from multiple RSS feeds, deduplicates and trims the list, uses OpenAI (GPT-5 Mini) to write a short plain-text news digest, and delivers the same digest to a Telegram chat and a Gmail inbox. How it works Runs daily at 8:00 AM on a schedule. Splits your configured RSS feed URL list into individual feeds and fetches the latest articles from each one, continuing even if a feed fails. Removes duplicate articles by link, keeps only the newest items up to your maxArticles limit, and trims each item to title, link, publish date, and a short snippet. Combines all cleaned articles into a single JSON list and sends it to OpenAI (GPT-5 Mini) to select 5–8 top stories and generate a single plain-text digest under 3,500 characters. Sends the generated digest to your specified Telegram chat. Emails the same digest as a plain-text message through Gmail. Setup Add an OpenAI credential and ensure the GPT-5 Mini model is available in your account. Create a Telegram bot with @BotFather, add the Telegram credential in n8n, and set your target telegramChatId (for example by using @get_id_bot). Connect a Gmail account in n8n and set

by Manik Chandra Dhor