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

Contact Form Text Classifier for eCommerce
View
Google Site Index - sitemap.xml example
View
Generate New Keywords with Search Volumes⚒️⚒️🟢🟢
View
Gmail to Vector Embeddings with PGVector and Ollama
View
🌐 Confluence Page AI Powered Chatbot
View
Customer and Sales Support
View
Splitout Code Create Scheduled
View
Manual N8N Export Triggered
View
Congratulations Workflow
View
Create, update and get a case in TheHive
View