- Receive instant alerts when competitors post new Instagram stories.
- Log competitor story alerts in Google Sheets for easy tracking.
- Analyze competitor engagement through stored data in Supabase.
Webhook trigger captures new Instagram competitor story data. Text splitter processes the captured data into manageable chunks. Embeddings are generated for the text to facilitate storage and analysis. Data is inserted into Supabase for structured storage. RAG Agent processes the data and sends alerts to Slack. Alerts are logged in Google Sheets for record-keeping.
- 1Import the workflow template into n8n.
- 2Configure the webhook trigger with your Instagram account.
- 3Set up Supabase credentials for data storage.
- 4Connect Google Sheets to log alerts.
- 5Integrate Slack for real-time notifications.