This n8n workflow is designed to monitor messages from a RabbitMQ queue named ‘temp’ and trigger SMS alerts based on the message content. It begins with a RabbitMQ trigger node that listens for new messages. When a message arrives, the workflow evaluates whether the message value exceeds a threshold of 50. If the condition is met, an SMS alert is sent via the Vonage API, notifying the recipient of the high temperature or value. If the value does not meet the threshold, the workflow simply ends without action. This setup is particularly useful for real-time monitoring systems, such as temperature sensors or other sensor data streams, where immediate notification is critical for operational decisions or safety alerts.
Automated SMS Alerts from RabbitMQ Messages
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | if, noOp, rabbitmqTrigger, vonage |
Reviews
There are no reviews yet.