Workflow: Noop Rabbitmq Send

Workflow Details

Download Workflow
{
    "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
        },
        {
            "name": "IF",
            "type": "n8n-nodes-base.if",
            "position": [
                720,
                220
            ],
            "parameters": {
                "conditions": {
                    "number": [
                        {
                            "value1": "={{$node[\"RabbitMQ\"].json[\"temp\"]}}",
                            "value2": 50,
                            "operation": "larger"
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "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
        },
        {
            "name": "NoOp",
            "type": "n8n-nodes-base.noOp",
            "position": [
                920,
                370
            ],
            "parameters": [],
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "IF": {
            "main": [
                [
                    {
                        "node": "Vonage",
                        "type": "main",
                        "index": 0
                    }
                ],
                [
                    {
                        "node": "NoOp",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "RabbitMQ": {
            "main": [
                [
                    {
                        "node": "IF",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

🤖🧠 AI Agent Chatbot + LONG TERM Memory + Note Storage + Telegram
View
🐋DeepSeek V3 Chat & R1 Reasoning Quick Start
View
Limit Code Automation Scheduled
View
AI Logo Sheet Extractor to Airtable
View
ImapEmail, XmlToJson, POST-HTTP-Request
View
Slack AI Chatbot with RAG for company staff
View
Error Mondaycom Update Triggered
View
Load Prompts from Github Repo and auto populate n8n expressions
View
modelo do chatbot
View
pdf to text
View