Skip to main content

Daily crypto market report with CoinGecko, WhatsApp, and email alerts

Workflow preview

Workflow preview
100%
Daily crypto market report with CoinGecko, WhatsApp, and 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

This workflow automates the generation of a daily crypto market report, identifying the top 24 hour gainers and losers among the top 100 cryptocurrencies. It fetches real time data, processes it to...

Best for

  • Crypto Trading automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.whatsapp

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Daily crypto market report with CoinGecko, WhatsApp, and email alerts
Workflow name
Daily crypto market report with CoinGecko, WhatsApp, and email alerts

This workflow automates the generation of a daily crypto market report, identifying the top 24-hour gainers and losers among the top 100 cryptocurrencies. It fetches real-time data, processes it to highlight significant price movements, and delivers formatted alerts via WhatsApp and email.

Quick Notes

  • Ensure the CoinGecko API key is correctly configured.
  • Verify phone numbers and email addresses for alert recipients.
  • Confirm the workflow triggers at 00:00 UTC daily.

Process Flow

  1. Trigger the workflow daily at 00:00 UTC with the Daily Crypto Trigger node.
  2. Configure phone numbers, email addresses, and API key with the Set Configuration Variables node.
  3. Fetch crypto data from CoinGecko API with the Fetch Crypto Data from CoinGecko node.
  4. Process crypto data to rank top 24-hour movements with the Process Crypto Movements node.
  5. Format WhatsApp messages with the Format WhatsApp Message node.
  6. Send WhatsApp alerts with the Send WhatsApp Alert node.
  7. Format email content with the Format Email Content node.
  8. Send email alerts with the Send Email Alert node.

Output

Getting Started

  • Import the workflow into n8n and set up CoinGecko API credentials.
  • Configure WhatsApp and email service integrations.
  • Run a test execution to verify data fetching and alert delivery.

Tailored Adjustments

  • Adjust the Process Crypto Movements node to change the number of top gainers/losers.
  • Modify the Set Configuration Variables node to include additional recipient contacts or API parameters.

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 - Daily Crypto Trigger

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

Block 2 - Set Configuration Variables

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

Block 3 - Fetch Crypto Data from CoinGecko

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

Block 4 - Process Crypto Movements

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

Block 5 - Format WhatsApp Message

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

Block 6 - Format Email Content

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

Block 7 - Send Email Alert

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

Block 13 - Send message

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

3. Summary Table

Workflow Daily crypto market report with CoinGecko, WhatsApp, and email alerts
Complexity intermediate
Nodes 13
Categories Crypto Trading, Multimodal AI
Author Oneclick AI Squad
Published 22 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7729/7729.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 Daily crypto market report with CoinGecko, WhatsApp, and email alerts do?

This workflow automates the generation of a daily crypto market report, identifying the top 24 hour gainers and losers among the top 100 cryptocurrencies. It fetches real time data, processes it to...

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