Skip to main content

Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts

Workflow preview

Workflow preview
100%
Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts is a advanced n8n workflow template for reusable automation. It is listed with author attribution, category context, workflow metadata, and a downloadable JSON path when available.

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.microsoftoutlook, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts
Workflow name
Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts
## 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  
1. **n8n Installation**: Install n8n (self-hosted or Cloud version).  
2. **Email Account Setup**:  
   - Add email service credentials in n8n (e.g., Microsoft Outlook OAuth2).  
3. **AI Model Credentials (Google Gemini)**:  
   - Obtain API key from Google AI Studio and add to n8n "Credentials".  
4. **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.  

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 - Schedule Trigger

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

Block 2 - Sticky Note

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

Block 3 - Sticky Note1

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

Block 4 - Sticky Note2

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

Block 5 - Sticky Note3

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

Block 6 - Sticky Note4

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

Block 7 - Sticky Note5

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

Block 8 - AI Promt1

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

Block 9 - AI Promt2

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

Block 10 - AI Promt3

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

Block 11 - AI Promt4

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

Block 12 - Send Mail1

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

Block 13 - Send Mail2

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

Block 14 - Send Mail3

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

Block 15 - Send Mail4

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

Block 16 - Extract Crypto Data1

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

Block 17 - Extract Crypto Data2

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

Block 18 - Extract Crypto Data3

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

Block 19 - Extract Crypto Data4

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

Block 20 - Data Cleaning1

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

Block 21 - Data Cleaning2

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

Block 22 - Data Cleaning3

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

Block 23 - Data Cleaning4

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

Block 24 - AI Analysis1

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

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

3. Summary Table

Workflow Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts
Complexity advanced
Nodes 31
Categories Crypto Trading, AI Summarization
Author ömerDrn
Published 28 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6551/6551.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 Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts do?

Automate cryptocurrency analysis & reports with Google Gemini and CoinGecko email alerts is a advanced n8n workflow template for reusable automation. It is listed with author attribution, category context, workflow metadata, and a downloadable JSON path when available.

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