π 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.
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:
- 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
- Trigger: A Scheduler initiates the workflow at regular intervals (default: every hour).
- Data Retrieval:
- RSS feeds are fetched using the RSS Read node.
- Previously monitored articles are checked in Google Sheets to avoid duplicates.
- 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.
- 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.
π 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