This n8n workflow automates the process of managing power outage notifications and data logging through a seamless integration of webhooks, AI-powered text processing, vector search, and Google Sheets. When a power outage event occurs, it triggers via a webhook, then splits and processes the incoming message content for analysis and storage. The workflow uses OpenAI’s language models to generate embeddings and perform intelligent queries within a vector database (Weaviate), supporting deeper insights and contextual understanding. The final step logs all activity and outcomes into Google Sheets for record-keeping, making it a highly useful solution for utility companies, facilities management, or emergency response teams looking to automate outage communication and documentation.
Automated Power Outage Notification & Logging Workflow
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.embeddingsOpenAi, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter, @n8n/n8n-nodes-langchain.toolVectorStore, @n8n/n8n-nodes-langchain.vectorStoreWeaviate, googleSheets, stickyNote, webhook |
Reviews
There are no reviews yet.