Skip to main content

Generate weekly cold email performance reports with ManyReach, GPT-4.1 & Slack

Workflow preview

Workflow preview
100%
Generate weekly cold email performance reports with ManyReach, GPT-4.1 & Slack 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 n8n workflow automatically generates weekly performance reports for completed email campaigns from ManyReach, converts them to Google Docs, and shares them via Slack. Workflow Trigger Schedule...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.markdown, 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 Bhavy Shekhaliya.

Original n8n.io source

1.1 Workflow description

Title
Generate weekly cold email performance reports with ManyReach, GPT-4.1 & Slack
Workflow name
Generate weekly cold email performance reports with ManyReach, GPT-4.1 & Slack

Overview

This n8n workflow automatically generates weekly performance reports for completed email campaigns from ManyReach, converts them to Google Docs, and shares them via Slack.

Workflow Trigger

  • Schedule: Runs every Monday (weekly)
  • Automates the entire reporting process without manual intervention

Process Flow

1. Data Collection

  • Fetch All Campaigns: Retrieves up to 100 campaigns from ManyReach API
  • Split Out: Breaks down the campaign list into individual items
  • Filter: Selects only campaigns that are both:
    • Active (active = true)
    • Completed (campStatus = "completed")

2. Campaign Processing Loop

The workflow processes each filtered campaign individually:

  1. Fetch One Campaign: Retrieves detailed data for the specific campaign
  2. Campaign Report Agent: AI-powered analysis using GPT-4.1 that generates:
    • Executive summary with key highlights
    • Performance metrics (open rate, click rate, reply rate, conversion rate)
    • Email content analysis
    • Configuration insights
    • Actionable recommendations
    • Next steps

3. Report Generation

  • Markdown → HTML: Converts the AI-generated markdown report to HTML format
  • Set Details: Prepares document metadata (name, content)
  • HTML → Magic 🪄: Formats the HTML content for Google Drive upload with proper styling

4. Distribution

  • Upload Doc: Creates a new Google Doc in the connected Drive account
  • Send a Doc Link: Posts the document link to the #manyreach Slack channel with campaign name

Key Features

  • Automated Analysis: AI evaluates campaign performance against industry benchmarks
  • Comprehensive Metrics: Tracks prospects, opens, clicks, replies, conversions, and interested leads
  • Professional Reports: Generated as formatted Google Docs for easy sharing
  • Team Notifications: Automatic Slack alerts keep the team informed

Required Credentials

  • ManyReach API (HTTP Query Auth)
  • OpenAI API (for GPT-4.1)
  • Google Drive OAuth2
  • Slack OAuth2

Output

Each completed campaign receives a detailed performance report posted to Slack with a direct link to the Google Doc for review and collaboration.

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 - Sticky Note1

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

Block 2 - Fetch All Campaign

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

Block 3 - Split Out

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

Block 4 - Loop Over Items

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

Block 5 - Filter Active & Completed Campaign

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

Block 6 - 4.1

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

Block 7 - Markdown -> HTML

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

Block 8 - Set Details

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

Block 9 - HTML -> Magic 🪄

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

Block 10 - Upload Doc

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

Block 11 - Send a Doc Link

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 12 - Schedule Trigger

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

Block 16 - Campaign Report Agent

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

Block 17 - Fetch One Campaign

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

3. Summary Table

Workflow Generate weekly cold email performance reports with ManyReach, GPT-4.1 & Slack
Complexity advanced
Nodes 17
Categories Social Media, Multimodal AI
Author Bhavy Shekhaliya
Published 25 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11222/11222.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 Generate weekly cold email performance reports with ManyReach, GPT-4.1 & Slack do?

This n8n workflow automatically generates weekly performance reports for completed email campaigns from ManyReach, converts them to Google Docs, and shares them via Slack. Workflow Trigger Schedule...

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.