πŸ“Š AI-powered information monitoring with OpenAI, Google Sheets, Jina AI and Slack

⚑ 19,500 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

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:

βš™οΈ 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


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

πŸ”— Nodes Used

Google Sheets, HTTP Request, RSS Read, Slack, Schedule Trigger, Basic LLM Chain

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup