Kafka Temperature Monitor: Send SMS Alerts on High Temp - n8n Workflow | Neura Market
Kafka Temperature Monitor: Send SMS Alerts on High Temp
Listens to Kafka topic for temperature data and sends SMS alert via Vonage if temp exceeds 50. Ideal for real-time IoT or sensor monitoring.
This n8n workflow automates real-time monitoring of a Kafka topic named 'topic_test'. It triggers on incoming messages, parses JSON data, and evaluates if the 'temp' value surpasses 50 using an IF node. If true, it dispatches an SMS notification via Vonage with details like 'Alert! The value of temp is [value]'. Otherwise, it executes a NoOp node.
Benefits include instant alerts without custom coding, reducing response times for critical thresholds in IoT setups, server farms, or environmental
Platform
n8n
Category
Social Media
Price
$9.99
Creator
Jordi Faber
kafka
sms
vonage
alerts
monitoring
iot
temperature
notifications
automation
real-time
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.