- Automatically post RSS headlines to Slack channels
- Store RSS headlines in Google Sheets for easy access
- Receive alerts in Slack for any errors during processing
Triggers when new RSS headlines are available via a webhook Processes the headlines using a text splitter for better handling Generates embeddings for the headlines using AI Inserts processed data into a Pinecone vector store Queries the vector store for relevant context Uses an AI agent to generate insights from the data Posts the results to a Slack channel and logs them in Google Sheets
- 1Import the workflow template into your n8n instance
- 2Configure the webhook trigger with your RSS feed URL
- 3Set up Google Sheets connection and specify the sheet for logging
- 4Connect your Slack account for posting updates
- 5Adjust any AI model settings as needed for your use case