Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
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.
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ömerDrn.
Original n8n.io source## 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.
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.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| 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 |
Use the JSON export at /data/workflows/6551/6551.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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.
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.