- Automate SMS notifications for disaster alerts
- Log disaster response data in real-time
- Integrate with chat models for intelligent data processing
- Send alerts to team members via Slack for error handling
Webhook trigger captures incoming disaster alert data Text splitter processes the data into manageable chunks Embeddings generate context-aware representations of the data Data is inserted into Supabase for storage and retrieval RAG Agent processes the data and generates responses Results are logged in Google Sheets for tracking Slack alerts notify the team of any errors during processing
- 1Import the workflow template into your n8n instance
- 2Configure the webhook trigger with your desired endpoint
- 3Set up credentials for Supabase and Google Sheets
- 4Connect the Slack integration for error notifications
- 5Test the workflow with sample disaster alert data