{
  "openruna_format": "flow-graph-v1",
  "title": "Receive messages from a queue via RabbitMQ and send an SMS",
  "slug": "receive-messages-from-a-queue-via-rabbitmq-and-send-an-sms",
  "source_filename": "0291_Noop_Rabbitmq_Send_Triggered.json",
  "nodes": [
    {
      "id": "RabbitMQ",
      "name": "RabbitMQ",
      "integration": "rabbitmq",
      "kind": "trigger"
    },
    {
      "id": "IF",
      "name": "IF",
      "integration": "if",
      "kind": "logic"
    },
    {
      "id": "Vonage",
      "name": "Vonage",
      "integration": "vonage",
      "kind": "action"
    },
    {
      "id": "NoOp",
      "name": "NoOp",
      "integration": "noOp",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "IF",
      "to": "Vonage"
    },
    {
      "from": "IF",
      "to": "NoOp"
    },
    {
      "from": "RabbitMQ",
      "to": "IF"
    }
  ]
}