JUHE API Marketplace

Receive messages from a topic and send an SMS

Active

For the platform n8n, this workflow receives messages from a Kafka topic and sends an SMS alert via Vonage when the temperature exceeds 50. It automates real-time notifications, ensuring timely responses to critical temperature changes.

Workflow Overview

For the platform n8n, this workflow receives messages from a Kafka topic and sends an SMS alert via Vonage when the temperature exceeds 50. It automates real-time notifications, ensuring timely responses to critical temperature changes.

This workflow is ideal for:

  • Developers looking to automate SMS alerts based on real-time data from Kafka topics.
  • Data Analysts who want to monitor temperature readings and get immediate notifications when thresholds are exceeded.
  • Operations Teams that require prompt communication regarding environmental conditions or system performance metrics.
  • Business Owners who need to ensure that critical temperature thresholds are monitored to maintain operational efficiency.

This workflow addresses the need for real-time notifications when a specific condition is met, such as when the temperature exceeds 50 degrees. By integrating Kafka for message consumption and Vonage for SMS delivery, it ensures that users receive timely alerts, thus enabling quick decision-making and action to prevent potential issues.

  1. Kafka Trigger: The workflow starts with a Kafka trigger that listens to messages on the topic topic_test. It is configured to parse incoming messages as JSON.
  2. IF Condition: Once a message is received, the workflow checks if the temperature value in the message exceeds 50. This step uses conditional logic to determine the next action.
  3. Vonage SMS Notification: If the condition is met (temperature > 50), an SMS alert is sent via Vonage, notifying users with the message: "Alert! The value of temp is [temperature value]."
  4. NoOp: If the condition is not met, the workflow proceeds to the NoOp node, effectively doing nothing but completing the process without sending an alert.

Statistics

4
Nodes
0
Downloads
20
Views
1112
File Size

Quick Info

Categories
Communication & Messaging
Manual Triggered
+1
Complexity
medium

Tags

manual
medium
noop
logic
conditional
vonage
kafkatrigger