RabbitMQ to Vonage SMS Alert
detail.loadingPreview
Receive messages from RabbitMQ and send an SMS alert via Vonage if a value exceeds a threshold.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow listens for messages on a RabbitMQ queue. If a specific value within the message (expected to be named 'temp') exceeds 50, it sends an SMS notification using Vonage. If the condition is not met, the workflow proceeds to a NoOp node. It includes basic error handling to stop execution if an issue occurs.
Key Features
- Listens to a specified RabbitMQ queue.
- Parses incoming message JSON.
- Conditional logic to check a 'temp' value.
- Sends SMS alerts via Vonage when the 'temp' value is above 50.
- Includes a NoOp node for alternative execution paths.
- Basic error handling with a stop and error node.
How To Use
- Import the workflow: Upload the provided JSON into your n8n instance.
- Configure RabbitMQ Credentials: Set up your RabbitMQ credentials in n8n and select them in the RabbitMQ trigger node.
- Configure Vonage Credentials: Set up your Vonage API credentials in n8n and select them in the Vonage node.
- Set the Queue Name: Ensure the 'temp' queue in the RabbitMQ trigger node matches your RabbitMQ queue name.
- Activate the workflow: Set the workflow to active.
Apps Used
Workflow JSON
{
"id": "42d447f7-cd2b-4944-8f7c-6b5aafa5e990",
"name": "RabbitMQ to Vonage 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: 42d447f7-cd2b...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Kafka To SMS Alert
Receives messages from Kafka and sends an SMS alert based on a condition.
Google Sheets to Mattermost Notifications
Sends Mattermost notifications for new or updated rows in a Google Sheet.
PagerDuty Incident to Mattermost Notification
Notifies a Mattermost channel when a PagerDuty incident status is acknowledged.
Add New Clients from Notion to Clockify
Automatically add new clients created in Notion to your Clockify workspace.
Save Telegram Reply to Google Sheet Journal
Logs replies from a specific Telegram user to a Google Sheet as journal entries.
Sample Spotify (Unverified)
Demonstrates fetching Spotify track data.