This n8n workflow creates an automated disaster alert system that processes incoming API data via a webhook, analyzes and embeds the information, and stores it in a vector database for quick retrieval. It uses a language model to interpret the data context and logs the status in Google Sheets. If errors occur, it sends alerts via Slack. Practical for emergency response teams, this system enables prompt processing and logging of disaster-related information, facilitating faster decision-making and notifications.
Disaster API SMS Alert System
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.embeddingsCohere, @n8n/n8n-nodes-langchain.lmChatAnthropic, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter, @n8n/n8n-nodes-langchain.toolVectorStore, @n8n/n8n-nodes-langchain.vectorStoreSupabase, googleSheets, slack, stickyNote, webhook |
Reviews
There are no reviews yet.