Skip to main content

Summarize Bitcoin news in Japanese and post to Discord with Gemini AI

Workflow preview

Workflow preview
100%
Summarize Bitcoin news in Japanese and post to Discord with Gemini AI preview
Open on n8n.io

1. Workflow Overview

Automate your Bitcoin content pipeline by turning the latest CoinDesk headlines into structured Japanese summaries posted to Discord every six hours — completely hands free. Who is this for Crypto ...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.itemlists, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.slack, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Summarize Bitcoin news in Japanese and post to Discord with Gemini AI
Workflow name
Summarize Bitcoin news in Japanese and post to Discord with Gemini AI

Automate your Bitcoin content pipeline by turning the latest CoinDesk headlines into structured Japanese summaries posted to Discord every six hours — completely hands-free. Who is this for Crypto traders, Discord community managers, and content creators who want to keep their audience updated on Bitcoin news without writing posts manually. No coding required. What this workflow does On a six-hour schedule, the workflow fetches the three newest articles from the CoinDesk RSS feed. Each article is sent to Google Gemini 2.5 Flash via a Basic LLM Chain node. A Structured Output Parser then extracts the AI response into four clean fields: a one-line Japanese summary, a brief AI commentary, the article URL, and hashtags. The structured post is delivered to a Discord channel via webhook. Each post is also saved to Google Sheets for auditing, and a Slack notification confirms every successful run. How to set up

Open the Set config values node and fill in your Google Sheet ID, Discord Webhook URL, and hashtags. Add your Google Gemini API credential to the Gemini 2.5 Flash node (free tier works). In Discord, go to your channel settings → Integrations → Webhooks, create a new webhook, and paste the URL into Set config values. Connect your Google Sheets OAuth2 credential and set the target sheet name. Add your Slack credential and update the channel ID in the Notify Slack node. Activate the workflow — it will run automatically every six hours.

Requirements

Google Gemini API key (free tier works) Discord server with webhook permission Google Sheets OAuth2 credential Slack API credential

How to customize

Swap the RSS URL in Set config values to follow Ethereum, Solana, or any crypto feed. Edit the prompt inside Basic LLM Chain to change language or post style. Update the hashtags in Set config values. Adjust the posting interval in the Schedule Trigger node (default: every 6 hours). Add a Filter node between RSS and LLM to post only articles matching specific keywords.

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 - Run every 6 hours

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

Block 2 - Fetch Bitcoin RSS feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 3 - Get latest 3 articles

Type / Role
n8n-nodes-base.itemLists - itemLists
Config choices
Version 3.1

Block 4 - Set config values

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

Block 5 - Log to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 6 - Notify Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 7 - Sticky Note - Overview

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

Block 8 - Sticky Note - Config

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

Block 9 - Sticky Note - Ingestion

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

Block 10 - Sticky Note - AI

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

Block 11 - Sticky Note - Distribution

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

Block 12 - Basic LLM Chain

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

Block 13 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 14 - Discord

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

Block 15 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

3. Summary Table

Workflow Summarize Bitcoin news in Japanese and post to Discord with Gemini AI
Complexity advanced
Nodes 15
Categories Content Creation, AI Summarization
Author Ryo Sayama
Published 21 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14213/14213.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 Summarize Bitcoin news in Japanese and post to Discord with Gemini AI do?

Automate your Bitcoin content pipeline by turning the latest CoinDesk headlines into structured Japanese summaries posted to Discord every six hours — completely hands free. Who is this for Crypto ...

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 Content Creation, AI Summarization use case.