Create a Google Analytics Data Report with AI and Send It to Email and Telegram - n8n Workflow | Neura Market
Create a Google Analytics Data Report with AI and Send It to Email and Telegram
## What this workflow does
This workflow retrieves Google Analytics data from the last 7 days and the same period in the previous year. The data is then prepared by AI as a table, analyzed, and provided with a small summary. The summary is then sent by email to a desired address and, shortened and summarized again, sent to a Telegram account.
This workflow has the following sequence:
1. Time trigger (e.g., every Monday at 7 a.m.)
2. Retrieval of Google Analytics data from the last 7 days
3. Assignment and summary of the data
4. Retrieval of Google Analytics data from the last 7 days of the previous year
5. Allocation and summary of the data
6. Preparation in tabular form and brief analysis by AI.
7. Sending the report as an email
8. Preparation in short form by AI for Telegram (optional)
9. Sending as a Telegram message.
## Requirements
The following accesses are required for the workflow:
- Google Analytics (via Google Analytics API): [Documentation](https://docs.n8n.io/integrations/builtin/credentials/google/)
- AI API access (e.g., via OpenAI, Anthropic, Google, or Ollama)
- SMTP access data (for sending the mail)
- Telegram access data (optional for sending as a Telegram message): [Documentation](https://docs.n8n.io/integrations/builtin/credentials/telegram/)
Feel free to [contact me via LinkedIn](https://www.linkedin.com/in/friedemann-schuetz), if you have any questions!
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Friedemann Schuetz
set
code
telegram
emailSend
summarize
stickyNote
googleAnalytics
scheduleTrigger
openAi
toolCalculator
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.