Skip to main content

Send weekly SEO and AIO reports with Umami, Groq and Airtable

Workflow preview

Workflow preview
100%
Send weekly SEO and AIO reports with Umami, Groq and Airtable preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs every Monday and generates per client weekly SEO and AIO reports by pulling analytics from Umami, using Groq to write the report, emailing a branded HTML version, ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.merge

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send weekly SEO and AIO reports with Umami, Groq and Airtable
Workflow name
Send weekly SEO and AIO reports with Umami, Groq and Airtable

Quick Overview

This workflow runs every Monday and generates per-client weekly SEO and AIO reports by pulling analytics from Umami, using Groq to write the report, emailing a branded HTML version, posting a Slack summary via webhook, and storing the results in Airtable.

How it works

  1. Runs every Monday at 07:00 on a schedule.
  2. Logs in to Umami via its API to obtain a bearer token for subsequent requests.
  3. Fetches all active clients from an Airtable “Clients” table, then processes them one at a time.
  4. For each client, pulls current-week and prior-week Umami stats plus top pages and referrer traffic sources, then combines the results.
  5. Builds a week-over-week metrics summary and prompts Groq (llama-3.3-70b) to generate a structured weekly SEO + AIO report in the client’s language.
  6. Sends the report as a branded HTML email, posts a Slack Block Kit-style summary to the client’s Slack incoming webhook, and saves the metrics and full report text to an Airtable “History” table.
  7. Waits for a configurable rate-limit delay, then continues with the next client.

Setup

  1. Create an Umami account with API access (self-hosted Umami v2+) and provide your Umami base URL, username, and password in the Config values.
  2. Create an Airtable base with “Clients” and “History” tables/fields as shown in the template notes, generate an Airtable personal access token with read/write scopes, and set the Base ID and API key in Config.
  3. Create a Groq API key, then add it to Config (and adjust model, max tokens, and temperature if needed).
  4. Configure the Email node with an SMTP credential in n8n and set the sender address (MAILER_FROM) in Config.
  5. Add each client in Airtable with active=yes, umami_site_id, email, slack_webhook, and language, and set an ERROR_SLACK_WEBHOOK URL in Config for error notifications.

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 — Airtable Setup

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

Block 2 - Sticky Note — Config

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

Block 3 - Sticky Note — Auth

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

Block 4 - Sticky Note — Loop

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

Block 5 - Sticky Note — Umami Data

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

Block 6 - Sticky Note — AI Report

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

Block 7 - Sticky Note — Delivery

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

Block 8 - Every Monday 07:00

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

Block 9 - Config

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

Block 10 - Umami — login

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

Block 11 - Store token

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

Block 12 - Get client list

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

Block 13 - Flatten records + inject token

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

Block 14 - Loop each client

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

Block 15 - Has client?

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

Block 16 - Umami — this week

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

Block 17 - Umami — prior week

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

Block 18 - Umami — top pages

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

Block 19 - Umami — traffic sources

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

Block 20 - Merge — all Umami data

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

Block 21 - Format data + build AI prompt

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

Block 22 - Groq — generate report

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

Block 23 - Parse + format report

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

Block 24 - Send email report

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

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

3. Summary Table

Workflow Send weekly SEO and AIO reports with Umami, Groq and Airtable
Complexity advanced
Nodes 29
Categories Market Research, AI Summarization
Author Mihajlo
Published 09 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16218/16218.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 weekly SEO and AIO reports with Umami, Groq and Airtable do?

Quick Overview This workflow runs every Monday and generates per client weekly SEO and AIO reports by pulling analytics from Umami, using Groq to write the report, emailing a branded HTML version, ...

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 Summarization use case.