Kafka To SMS Alert
detail.loadingPreview
Receives messages from Kafka and sends an SMS alert based on a condition.
🚀Ready to Deploy This Workflow?
About This Workflow
Kafka to SMS Alert
This workflow is designed to monitor a Kafka topic for incoming messages. If a message contains a 'temp' field with a value greater than 50, it triggers an SMS alert via Vonage.
Key Features
- Listens for messages on a specified Kafka topic.
- Parses incoming messages as JSON.
- Evaluates a 'temp' value against a threshold.
- Sends an SMS notification using Vonage for high temperature alerts.
- Includes a NoOp node for potential future expansion or logging.
- Basic error handling with a stop and error node.
How To Use
- Import this workflow into your n8n instance.
- Configure the Kafka Trigger node with your Kafka broker details, topic name (
topic_test), and group ID (n8n). Ensure the Kafka credentials are set up. - Configure the Vonage node with your Vonage API credentials and sender number.
- Adjust the temperature threshold in the If node's parameters if needed.
- Activate the workflow. Messages from the specified Kafka topic will be processed, and SMS alerts will be sent if the 'temp' value exceeds the threshold.
Apps Used
Workflow JSON
{
"id": "1d0bf6bc-46be-4034-bc9d-4d8330300eee",
"name": "Kafka To SMS Alert",
"nodes": 0,
"category": "Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1d0bf6bc-46be...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
RabbitMQ to Vonage SMS Alert
Receive messages from RabbitMQ and send an SMS alert via Vonage if a value exceeds a threshold.
Notion Job Board Poster
Automate job postings to Notion by receiving data via webhook.
Create Zoom Meeting
Create a Zoom meeting using the Zoom node.
LINE Bot - Google Sheets Record Receipt
Automatically records LINE BOT message receipts into Google Sheets.
Sentiment Analysis for Mattermost Feedback
Analyzes feedback sentiment from Typeform and posts results to Mattermost.