Skip to main content

Send commodity investment briefings from CNBC RSS with Gemini and Slack

Workflow preview

Workflow preview
100%
Send commodity investment briefings from CNBC RSS with Gemini and Slack preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow pulls commodity related headlines from the CNBC RSS feed, filters and ranks the most relevant items, uses Google Gemini to generate an actionable commodity investment b...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, n8n-nodes-base.code, n8n-nodes-base.sort, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.slack

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send commodity investment briefings from CNBC RSS with Gemini and Slack
Workflow name
Send commodity investment briefings from CNBC RSS with Gemini and Slack

Quick Overview

This workflow pulls commodity-related headlines from the CNBC RSS feed, filters and ranks the most relevant items, uses Google Gemini to generate an actionable commodity investment briefing, and posts the briefing to a Slack channel with error notifications if the RSS fetch or AI step fails.

How it works

  1. Runs manually and reads the latest items from the CNBC News RSS feed.
  2. Extracts the key fields (title, link, description, date) and removes duplicate articles by title.
  3. Filters for commodity and macro keywords (for example oil, crude, gold, inflation), excludes blacklisted terms, and assigns a relevance score to each remaining item.
  4. Sorts the news by score, keeps the top three articles, and combines them into a single text block for analysis.
  5. Sends the combined news to Google Gemini to generate a daily briefing with key drivers, market impact, investor actions, and supporting commodity price/trend data.
  6. Formats the Gemini output and posts it to a selected Slack channel, or sends a Slack alert if the RSS feed fetch or Gemini request errors.

Setup

  1. Add a Google Gemini (Google PaLM) API credential and select the model you want to use.
  2. Add a Slack OAuth credential and choose the channel where the briefing and error alerts should be posted.
  3. Confirm the CNBC RSS feed URL is correct and customize the keyword/blacklist lists and scoring logic to match the commodities you track.
  4. Replace the manual trigger with a Schedule trigger if you want the briefing to run automatically (for example daily each morning).

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 - 01 | Click to start execute workflow

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

Block 2 - 03 | Retrieve only required field

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

Block 3 - 02 | Fetch - CNBC News RSS

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

Block 4 - 04 | Clean - Remove Duplicate News

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

Block 5 - 05 | Filter relevant data and add score field

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

Block 6 - 06 | Sort high-value news by score field

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

Block 7 - 07 | Limit - Top 3 items

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

Block 8 - 08 | Transform - Combine News Text

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

Block 9 - 09 | Gemini for User friendly answer

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 10 - 10 | Create User friendly message for slack

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

Block 11 - 11 | Send a message to slack

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

Block 12 - 12 | Send error notification to slack

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

Block 13 - 13 | Send a error notification to slack

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

Block 14 - Sticky Note

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

Block 15 - Sticky Note1

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

Block 16 - Sticky Note2

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

Block 17 - Sticky Note3

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

Block 18 - Sticky Note4

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

3. Summary Table

Workflow Send commodity investment briefings from CNBC RSS with Gemini and Slack
Complexity advanced
Nodes 18
Categories Crypto Trading, AI Summarization
Author WeblineIndia
Published 11 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16260/16260.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 Send commodity investment briefings from CNBC RSS with Gemini and Slack do?

Quick Overview This workflow pulls commodity related headlines from the CNBC RSS feed, filters and ranks the most relevant items, uses Google Gemini to generate an actionable commodity investment b...

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.