Skip to main content

AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack

Workflow preview

Workflow preview
100%
AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Check Legal Regulations : This workflow involves scraping, so ensure you comply with the legal regulations in your country before getting started. Better safe than sorry! Purpose This workflow e...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.textclassifier, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, 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 Dataki.

Original n8n.io source

1.1 Workflow description

Title
AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack
Workflow name
AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack

Check Legal Regulations: This workflow involves scraping, so ensure you comply with the legal regulations in your country before getting started. Better safe than sorry!

📌 Purpose

This workflow enables automated and AI-driven topic monitoring, delivering concise article summaries directly to a Slack channel in a structured and easy-to-read format.
It allows users to stay informed on specific topics of interest effortlessly, without manually checking multiple sources, ensuring a time-efficient and focused monitoring experience.

To get started, copy the Google Sheets template required for this workflow from here.

🎯 Target Audience

This workflow is designed for:

  • Industry professionals looking to track key developments in their field.
  • Research teams who need up-to-date insights on specific topics.
  • Companies aiming to keep their teams informed with relevant content.

⚙️ How It Works

  1. Trigger: A Scheduler initiates the workflow at regular intervals (default: every hour).
  2. Data Retrieval:
    • RSS feeds are fetched using the RSS Read node.
    • Previously monitored articles are checked in Google Sheets to avoid duplicates.
  3. Content Processing:
    • The article relevance is assessed using OpenAI (GPT-4o-mini).
    • Relevant articles are scraped using Jina AI to extract content.
    • Summaries are generated and formatted for Slack.
  4. Output:
    • Summaries are posted to the specified Slack channel.
    • Article metadata is stored in Google Sheets for tracking.

🛠️ Key APIs and Nodes Used

  • Scheduler Node: Triggers the workflow periodically.
  • RSS Read: Fetches the latest articles from defined RSS feeds.
  • Google Sheets: Stores monitored articles and manages feed URLs.
  • OpenAI API (GPT-4o-mini): Classifies article relevance and generates summaries.
  • Jina AI API: Extracts the full content of relevant articles.
  • Slack API: Posts formatted messages to Slack channels.

This workflow provides an efficient and intelligent way to stay informed about your topics of interest, directly within Slack.

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 - OpenAI Chat Model

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

Block 2 - Basic LLM Chain

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

Block 3 - Schedule Trigger

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

Block 4 - RSS Read

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

Block 5 - Relevance Classification for Topic Monitoring

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note3

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

Block 8 - Google Sheets - Get RSS Feed url followed

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

Block 9 - Sticky Note4

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

Block 10 - Sticky Note6

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

Block 11 - Sticky Note5

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

Block 12 - Slack1

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

Block 13 - Sticky Note8

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

Block 14 - Sticky Note9

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

Block 15 - Sticky Note10

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 Note11

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

Block 18 - Sticky Note12

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

Block 19 - Sticky Note1

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

Block 20 - Sticky Note7

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

Block 21 - Google Sheets - Get article monitored database

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

Block 22 - Code

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

Block 23 - No Operation, do nothing

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

Block 24 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

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

3. Summary Table

Workflow AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack
Complexity advanced
Nodes 31
Categories Market Research, AI Summarization
Author Dataki
Published 25 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2799/2799.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 AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack do?

Check Legal Regulations : This workflow involves scraping, so ensure you comply with the legal regulations in your country before getting started. Better safe than sorry! Purpose This workflow e...

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 Market Research, AI Summarization use case.