Automate Cryptocurrency Analysis & Reports with Google Gemini and CoinGecko Email Alerts

Go to Workflow
0 views
Built by ömerDrn ömerDrn
Created on June 08, 2026

Description

Automated Cryptocurrency Analysis & Reporting with Google Gemini and CoinGecko
This powerful template is an n8n workflow that automates cryptocurrency market data analysis and delivers reports directly to your inbox. It fetches real-time data from CoinGecko API, generates AI-powered analysis, and sends the report via email.

Features
Scheduled Execution**: Runs automatically at a set time daily (default: 10:00 AM).
Customizable Analysis**: Personalize analysis content/language via "AI Prompt" nodes.
Easy Scalability**: Duplicate node groups to add more cryptocurrencies.
Flexible AI Integration**: Defaults to Google Gemini, but supports ChatGPT/Ollama.

Setup Instructions
n8n Installation: Install n8n (self-hosted or Cloud version).
Email Account Setup:
Add email service credentials in n8n (e.g., Microsoft Outlook OAuth2).
AI Model Credentials (Google Gemini):
Obtain API key from Google AI Studio and add to n8n "Credentials".
Import Template: Copy the JSON code into n8n as a new workflow.

Customization
Change Cryptocurrencies**: Update ids= parameter in HTTP Request nodes (e.g., ids=bitcoin).
Edit AI Prompt**: Modify text in "AI Prompt" nodes.
Use Different AI Model**: Replace Google Gemini with supported alternatives.
Update Email Address**: Change recipient in "Send Mail" nodes.
`

Nodes Used (5)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
HTTP Request
n8n-nodes-base.httpRequest
Microsoft Outlook
n8n-nodes-base.microsoftOutlook