Skip to main content

Ai-powered restaurant newsletter creator with Mailchimp and Telegram approval

Workflow preview

Workflow preview
100%
Ai-powered restaurant newsletter creator with Mailchimp and Telegram approval preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who is this for? This workflow is for restaurant owners, marketing managers, and any business ow...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitout, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.stickynote, @tavily/n8n-nodes-tavily.tavilytool

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Ai-powered restaurant newsletter creator with Mailchimp and Telegram approval
Workflow name
Ai-powered restaurant newsletter creator with Mailchimp and Telegram approval

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Who is this for? This workflow is for restaurant owners, marketing managers, and any business owner who wants to automate the creation of high-quality, research-driven email newsletters. It's designed to save hours of manual work by leveraging AI to handle content generation, from initial idea to final send.

If you want to consistently engage your customers with fresh, relevant content but lack the time for research and writing, this template is your all-in-one solution.

What does this workflow do? This is a comprehensive, multi-agent system that automates the entire email marketing process. It begins with a simple prompt from you and ends with a polished newsletter sent to your Mailchimp subscribers.

Initiates on a Schedule: A fully customizable Cron trigger starts the process by sending you a message on Telegram.

Asks for Your Input: The Telegram bot asks you for a single topic for the upcoming newsletter (e.g., "healthy eating," "weekend specials," or "new cocktail menu").

Conducts AI-Powered Research: Once you reply, an AI agent researches your topic using Tavily, focusing on current industry trends, food culture, and customer interests to ensure your content is fresh and relevant.

Plans the Content: The AI generates a complete table of contents for the newsletter, structuring it into engaging sections.

Writes Each Section: A dedicated AI research team then writes detailed, engaging content for each section of the newsletter, weaving in your restaurant's unique brand voice.

Assembles the Final Draft: The workflow aggregates all the generated sections into a complete newsletter draft, including a compelling subject line and a full body of text.

Requests Final Approval: It sends the complete draft to you via Telegram for a final "Approved" or "Denied" confirmation. If you provide feedback, an AI editor will revise the draft.

Sends to Mailchimp: Once approved, the workflow automatically creates a new campaign in Mailchimp and sends the final, polished email to your subscriber list.

Setup To get this workflow running, you will need to configure a few credentials and settings.

Set Up Credentials: In your n8n instance, add credentials for the following services:

Telegram

OpenAI

Tavily

Anthropic

Mailchimp (using HTTP Basic Auth with any_string as the username and your Mailchimp API key as the password).

Configure the Telegram Bot:

Create a Telegram bot using BotFather and obtain its API token.

Find your personal Chat ID by messaging a bot like @get_id_bot.

In the HITL (Human in the Loop) Telegram node, insert your Chat ID.

Configure Mailchimp:

In the Create_Campaign HTTP Request node, find the recipients section and replace the placeholder list_id with your actual Mailchimp Audience ID.

Customize the System Prompts: This is the most important step for personalization.

Go into the AI Agent and OpenAI nodes (e.g., "Restaurant Newsletter Expert," "Newsletter Section Planner," "Restaurant Content Research Team").

In the system prompts, replace all instances of (insert restaurant name), (insert cuisine type), etc., with your own business details. This is where you inject your unique brand, menu, and voice into the AI.

How to customize this workflow This template is powerful out of the box but is also designed to be highly flexible.

Change the Schedule: Modify the Cron trigger to run at any interval you prefer (e.g., weekly, bi-weekly, or on specific days).

Adjust the AI Models: You can easily swap the OpenAI or Anthropic models used in the workflow to different ones (e.g., change from GPT-4o-mini to GPT-4 Turbo) to balance cost and performance.

Use a Different Notification Service: Replace the Telegram nodes with Slack, email, or another service for the approval process.

Integrate a Different Email Platform: Adapt the final HTTP Request nodes to work with another email marketing provider like SendGrid, ConvertKit, or Brevo by changing the API endpoints and authentication.

Refine the AI's Personality: The core of the workflow is in the system prompts. By editing the prompts in the AI nodes, you can completely change the tone, style, and output of the generated content to perfectly match your brand.

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 - Restaurant Newsletter Expert

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

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.1

Block 3 - Newsletter Section Planner

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 4 - Split Newsletter Sections

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

Block 5 - Restaurant Content Research Team

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

Block 6 - Merge Research Content

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

Block 7 - Aggregate Newsletter Content

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

Block 8 - Final Newsletter Editor

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

Block 9 - Enhanced Workflow Documentation

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

Block 10 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 11 - Tavily1

Type / Role
@tavily/n8n-nodes-tavily.tavilyTool - tavilyTool
Config choices
Version 1

Block 12 - Tavily

Type / Role
@tavily/n8n-nodes-tavily.tavilyTool - tavilyTool
Config choices
Version 1

Block 13 - Code

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

Block 14 - Send_Campaign

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

Block 15 - Create_Campaign

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

Block 16 - Set Intent

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

Block 17 - HITL

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

Block 18 - Check Feedback

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

Block 19 - Correction Agent

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

Block 20 - Telegram

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

Block 21 - Sticky Note

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

Block 22 - Feedback AI

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 23 - Determine Schedule Name

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

Block 24 - Prompt for Topic on Telegram

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

Showing the first 24 of 43 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Ai-powered restaurant newsletter creator with Mailchimp and Telegram approval
Complexity advanced
Nodes 43
Categories Social Media, Multimodal AI
Author Femi Ad
Published 13 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4918/4918.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 Ai-powered restaurant newsletter creator with Mailchimp and Telegram approval do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who is this for? This workflow is for restaurant owners, marketing managers, and any business ow...

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