Skip to main content

Auto-generate sales insights from Sheets using Gemini and notify teams instantly

Workflow preview

Workflow preview
100%
Auto-generate sales insights from Sheets using Gemini and notify teams instantly preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Daily Sales Metrics Auto Insight with Gemini, Google Sheets, Calendar, Telegram, Trello and Gmail Who’s it for This workflow is ideal for sales managers, operations teams, and business owners who n...

Best for

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

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainsummarization, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.trello

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Auto-generate sales insights from Sheets using Gemini and notify teams instantly
Workflow name
Auto-generate sales insights from Sheets using Gemini and notify teams instantly

Daily Sales Metrics Auto-Insight with Gemini, Google Sheets, Calendar, Telegram, Trello and Gmail

Who’s it for

This workflow is ideal for sales managers, operations teams, and business owners who need daily automated sales summaries and team notifications. It eliminates the hassle of manually gathering, analyzing, and reporting daily sales data, providing instant insights and proactive notifications to keep your team aligned.

How it works / What it does

This advanced workflow automates the entire daily sales reporting pipeline with actionable team alerts:

  • Webhook captures new sales entries in real-time.
  • The data is logged into Google Sheets.
  • It retrieves all rows to compile current sales metrics.
  • A custom node concatenates the data into an AI-friendly format.
  • The Google Gemini Chat Model generates concise sales insights.
  • HTML tags are cleaned up with a Remove HTML Tags node.
  • The insights are classified (Good, Bad, Very Bad) using AI.
  • Based on the classification: -- Teams are alerted via Telegram group messages. -- For negative insights, a Trello card backlog is created for follow-up. -- A Google Calendar meeting is scheduled automatically to discuss issues.
  • An email summary is also sent out via Gmail to ensure no update is missed

How to set up

  • Import the workflow into your n8n instance.
  • Configure the Webhook URL in your data source (POS, CRM, etc.).
  • Connect Google Sheets, Google Gemini API, Trello, Telegram, and Google Calendar.
  • Adjust classification logic inside the Classify Insight node if needed.
  • Customize the message templates for email and Telegram.
  • Test the workflow with sample data to validate automation flow.

Requirements

  • n8n account with active workflows.
  • Google Sheets API credentials.
  • Google Gemini API access.
  • Telegram Bot Token & Group ID.
  • Trello API Key & Token.
  • Google Calendar API setup.
  • Gmail or SMTP credentials for email notifications.

How to customize the workflow

  • Adjust the Concat Sales Data node if you want to include more fields or different data formats.
  • Modify the Gemini prompt for personalized insight summaries.
  • Change the classification thresholds (Good, Bad, Very Bad) based on your business KPIs.
  • Update the notification messages in Telegram and Email nodes.
  • Add or remove post-classification actions, like creating different task cards or sending escalations to other platforms (Slack, Microsoft Teams, etc.).

Automate daily sales insights from Google Sheets using Gemini AI, classify results, and notify your team via email, Telegram, Trello, and Google Calendar instantly.

Email Preview

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 - Webhook

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

Block 2 - Save to Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 3 - Get All Rows

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 4 - Google Gemini Chat Model

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

Block 5 - Generate Insights

Type / Role
@n8n/n8n-nodes-langchain.chainSummarization - chainSummarization
Config choices
Version 2.1

Block 6 - Send a message

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

Block 7 - Sticky Note

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

Block 8 - Concat Sales Data

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

Block 9 - Sticky Note1

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

Block 10 - Create a backlog

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

Block 11 - Classify Insight

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

Block 12 - Remove HTML Tags

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

Block 13 - Notify Group

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

Block 14 - Create a meeting

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 15 - Sticky Note2

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

3. Summary Table

Workflow Auto-generate sales insights from Sheets using Gemini and notify teams instantly
Complexity advanced
Nodes 15
Categories CRM, AI Summarization
Author Rully Saputra
Published 03 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6936/6936.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 Auto-generate sales insights from Sheets using Gemini and notify teams instantly do?

Daily Sales Metrics Auto Insight with Gemini, Google Sheets, Calendar, Telegram, Trello and Gmail Who’s it for This workflow is ideal for sales managers, operations teams, and business owners who n...

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