AI Newsletter Research, Production & Delivery System

AI Newsletter Research, Production & Delivery System workflow

An AI-powered newsletter production system that turns a planned content topic into a researched, structured, visually supported, branded email newsletter, then validates, delivers, and tracks the completed publication through one repeatable automation pipeline.

The Business Problem

Producing a newsletter consistently involves considerably more than generating email copy. Each issue needs a planned topic, research, editorial structure, section development, supporting visuals, branded formatting, delivery, and a reliable record of what was produced.

When those stages are handled manually, the process becomes repetitive and difficult to maintain consistently. Research can become disconnected from the final content, visual assets have to be created separately, the email needs to be assembled and validated, and the original content plan still needs to be updated after publication.

I built this system to connect those stages into one repeatable production pipeline. The business controls what should be published through the content calendar, while the automation handles the research, editorial production, visual creation, email assembly, delivery, and operational tracking that follows.

What I Built

The system uses an Airtable content calendar as the operational source of truth. A scheduled n8n workflow retrieves the newsletter topic and moves it through two stages of research, editorial planning, section-level writing, visual generation, HTML assembly, validation, ConvertKit delivery, and Airtable status tracking.

Rather than asking one AI step to research, structure, write, design, and deliver the entire newsletter in a single pass, the workflow separates those responsibilities. This creates clearer boundaries between research, editorial decision-making, content generation, visual communication, and deterministic production work.

01

Research & Editorial Planning

Broad topic research informs a dedicated planning stage that determines the newsletter structure and five distinct section topics.

02

Section-Level Production

Each planned section receives focused research and is written as an independent HTML section with its own supporting sources.

03

AI-Directed Visuals

A separate visual stage determines how each section should be communicated before the selected image-generation model produces the supporting assets.

04

Assembly, Delivery & Tracking

The completed sections and visuals are assembled into the branded email, validated, delivered through ConvertKit, and recorded back in Airtable.

How the System Works

The architecture deliberately separates broad research from focused section research. The initial research establishes context for the newsletter planner, the planner creates exactly five editorial topics, and those topics are then researched individually before the section writers produce the final content.

SCROLL / SWIPE HORIZONTALLY →
Airtable
Content Calendar
Scheduled
n8n Trigger
Initial
Research
Editorial
Planning
Five Section
Topics
Deeper
Research
Section
Writing
Visual
Creation
HTML
Assembly
Validation &
ConvertKit
Airtable
Update

This creates a deliberate progression from broad context to focused production: the business controls the content plan, AI handles research interpretation and editorial decisions, and the automation layer makes the resulting production process repeatable.

Airtable
Content calendar and production status
n8n
Scheduling, orchestration and data flow
Tavily
Initial and section-specific research
OpenAI
Editorial planning and section writing
Replicate + Ideogram
AI-directed visual generation
Cloudinary
Hosted newsletter visual assets
ConvertKit
Newsletter broadcast and delivery

From Content Plan to Delivered Newsletter

The production journey is deliberately structured so that each stage receives the information produced by the stage before it. That keeps the final newsletter connected to the original content plan instead of treating the AI outputs as isolated generations.

1
Content Calendar & Scheduled Trigger

The newsletter topic originates in Airtable, alongside information such as the audience tag, publication date, and production status. A scheduled n8n execution retrieves the relevant record and starts the production pipeline.

2
Initial Research

Tavily performs broad research around the newsletter topic. This establishes the source material and context that the editorial planner uses when deciding what the newsletter should cover.

3
Editorial Planning

The Newsletter Planner turns the researched topic into a defined editorial structure containing one newsletter title and exactly five distinct section topics. The planner decides what each section should accomplish rather than writing the entire newsletter itself.

4
Focused Research & Section Writing

The five planned topics are split into individual research jobs. A second Tavily stage gathers focused information for each section, and the Section Writer Agent turns that research into one standalone HTML section with its own heading, useful content, and relevant sources.

5
Visual Production

Each completed section is passed to a separate Image Prompt Agent that determines an appropriate visual approach. The selected visual work is generated using Ideogram V4 Balanced through Replicate, then uploaded to Cloudinary for use inside the newsletter.

6
HTML Assembly & Validation

The generated sections and corresponding hosted visuals are combined programmatically into the branded newsletter structure. The completed HTML is normalized and validated before the delivery payload is prepared for ConvertKit.

7
ConvertKit Delivery

The completed newsletter is passed to ConvertKit for broadcast delivery. In the demonstrated run, the finished newsletter was successfully delivered to the configured three-subscriber test audience.

8
Airtable Production Tracking

After delivery, the original Airtable content-calendar record is updated with the publication information and its status is changed to Done, closing the loop between planning and completed production.

The Generated Newsletter

The completed output is a fully assembled newsletter rather than a collection of raw AI generations. The demonstrated issue contains the editorial content, five structured sections, supporting infographic-style visuals, M-Automations branding, responsive email formatting, and the final delivery payload.

COMPLETED NEWSLETTER DEMO

The completed newsletter is shown directly above. The demonstration loops automatically and can also be viewed with playback controls.

Key Capabilities

Content-calendar driven

Airtable provides the planned topic, audience information, publication details, and production status that drive the workflow.

Two-stage research

Broad topic research is followed by focused research for each planned newsletter section.

Structured editorial planning

A dedicated planner creates five distinct section topics before the writing stage begins.

Section-level writing

Each section is researched and generated independently with its own structure and relevant sources.

AI-directed visuals

Visual direction is separated from writing so supporting graphics communicate the information rather than simply decorate the email.

Programmatic image mapping

Generated visuals are matched to their corresponding newsletter sections during assembly.

Responsive HTML email

The individual sections and visuals are assembled into a consistent branded email structure before delivery.

Automated delivery & tracking

ConvertKit handles delivery while Airtable records the completed publication state.

DEMONSTRATED RESULT

One planned topic becomes a complete newsletter publication.

In the demonstrated run, an Airtable content-calendar topic moved through scheduled execution, initial research, editorial planning, five section topics, focused research, section-level writing, visual generation, image hosting, HTML assembly, validation, and ConvertKit delivery. The completed newsletter was delivered to the three-subscriber test audience, and the original Airtable record was updated with the publication information and Done status.

Content calendar Two-stage research Five sections AI visuals Responsive HTML ConvertKit delivery Airtable tracking

Tech Stack

n8n Airtable OpenAI Tavily Replicate Ideogram V4 Balanced Cloudinary ConvertKit
ENGINEERING TAKEAWAY

AI becomes more useful when it is given a defined responsibility inside a deterministic production system.

This workflow deliberately avoids treating AI as one large black-box content generator. The business controls the content plan, initial research establishes context, the planner defines the editorial structure, focused research supports each section, the section writer produces the content, the visual agent determines how the information should be communicated visually, and programmatic logic handles mapping, assembly, validation, delivery, and tracking. The result is a more controlled production pipeline where each stage has a clear responsibility.

Explore the Build