Skip to main content

Send a daily paid acquisition and website intelligence report with Databox, GPT-4o and Gmail

Workflow preview

Workflow preview
100%
Send a daily paid acquisition and website intelligence report with Databox, GPT-4o and Gmail preview
Open on n8n.io

1. Workflow Overview

Your paid ads and website analytics live in separate tools. This workflow bridges both via Databox MCP, runs three specialized AI agents in sequence, and emails a daily intelligence report with a c...

Best for

  • Market Research automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.datetime, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.mcpclienttool, n8n-nodes-base.code, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send a daily paid acquisition and website intelligence report with Databox, GPT-4o and Gmail
Workflow name
Send a daily paid acquisition and website intelligence report with Databox, GPT-4o and Gmail

Your paid ads and website analytics live in separate tools. This workflow bridges both via Databox MCP, runs three specialized AI agents in sequence, and emails a daily intelligence report with a correlation layer that surfaces insights neither dataset could show alone.

Who's it for

  • Performance marketers who want to understand how ads influence website quality
  • Growth teams looking for daily cross-channel signals without building custom dashboards
  • Marketing managers who need one morning briefing covering paid spend and website behavior

How it works

  1. Schedule Trigger fires every day at 8 AM
  2. Agent 1 fetches website performance from Databox: sessions, bounce rate, goal completions, conversion rate
  3. Agent 2 fetches paid channel data from Databox: spend, CPC, CTR, ROAS per platform
  4. Agent 3 synthesizes both outputs - ranks channel efficiency, estimates cost per quality visit, and writes 3 actionable recommendations
  5. A styled HTML email report is delivered to your inbox

Requirements

  • Databox account with website analytics and at least one paid ads platform connected (free plan works)
  • OpenAI API key (or Anthropic)
  • Gmail account

How to set up

  1. Click each Databox MCP Tool node - set Authentication to OAuth2 and authorize
  2. Add your OpenAI API key to each of the three Chat Model nodes
  3. Connect Gmail and set the recipient address in the Send Email node
  4. Activate - your first report arrives tomorrow at 8 AM

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 Note

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

Block 2 - Sticky Note 1

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

Block 3 - Sticky Note 2

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

Block 4 - Sticky Note 3

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

Block 5 - Every Day 8 AM

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

Block 6 - Get Current Date

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

Block 7 - Website Analysis Agent

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

Block 8 - Databox MCP Tool

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

Block 9 - Paid Acquisition Agent

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

Block 10 - Correlation Agent

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

Block 11 - Prepare Email

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

Block 12 - Send Email

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

Block 13 - Sticky Note1

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

Block 14 - Databox MCP Tool 2

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

Block 15 - OpenAI Chat Model 3

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

Block 16 - OpenAI Chat Model 2

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

Block 17 - OpenAI Chat Model 1

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

3. Summary Table

Workflow Send a daily paid acquisition and website intelligence report with Databox, GPT-4o and Gmail
Complexity advanced
Nodes 17
Categories Market Research, AI RAG
Author Databox
Published 25 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14323/14323.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 Send a daily paid acquisition and website intelligence report with Databox, GPT-4o and Gmail do?

Your paid ads and website analytics live in separate tools. This workflow bridges both via Databox MCP, runs three specialized AI agents in sequence, and emails a daily intelligence report with a c...

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 Market Research, AI RAG use case.