{ "id": "186", "name": "Receive messages from a queue via RabbitMQ and send an SMS", "nodes": [ { "name": "RabbitMQ", "type": "n8n-nodes-base.rabbitmqTrigger", "position": [ 520, 220 ], "parameters": { "queue": "temp", "options": { "onlyContent": true, "jsonParseBody": true } }, "credentials": { "rabbitmq": "RabbitMQ Credentials" }, "typeVersion": 1, "id": "00ea13a9-51d3-4208-bc39-c2b9f9ba96ea", "notes": "This rabbitmqTrigger node performs automated tasks as part of the workflow." }, { "name": "If Node", "type": "n8n-nodes-base.if", "position": [ 720, 220 ], "parameters": { "conditions": { "number": [ { "value1": "={{$node[\"RabbitMQ\"].json[\"temp\"]}}", "value2": 50, "operation": "larger" } ] } }, "typeVersion": 1, "id": "adc567c6-d16e-45c3-83d2-8d6324a25745", "notes": "This if node performs automated tasks as part of the workflow." }, { "name": "Vonage", "type": "n8n-nodes-base.vonage", "position": [ 930, 120 ], "parameters": { "message": "=Alert!\nThe value of temp is {{$node[\"RabbitMQ\"].json[\"temp\"]}}.", "additionalFields": {} }, "credentials": { "vonageApi": "vonage" }, "typeVersion": 1, "id": "0bbbb1b5-78ab-495c-9cb5-00c18518b0bd", "notes": "This vonage node performs automated tasks as part of the workflow." }, { "name": "NoOp", "type": "n8n-nodes-base.noOp", "position": [ 920, 370 ], "parameters": {}, "typeVersion": 1, "id": "091793e5-26af-4fd1-b7c5-d7f79a06a68a", "notes": "This noOp node performs automated tasks as part of the workflow." }, { "id": "error-d27c3706", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Receive messages from a queue via RabbitMQ and send an SMS. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-999386e0", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:51.113139", "updatedAt": "2025-09-29T07:07:51.113151", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Receive messages from a queue via RabbitMQ and send an SMS. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }