AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI, and Slack - n8n Workflow | Neura Market
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](https://docs.google.com/spreadsheets/d/1F2FzWt9FMkA5V5i9d_hBJRahLDvxs3DQBOLkLYowXbY).**
## 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-4-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-4-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.
Platform
n8n
Category
AI
Price
Free
Creator
Dataki
if
set
code
noOp
slack
stickyNote
httpRequest
rssFeedRead
googleSheets
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.