{
  "openruna_format": "flow-graph-v1",
  "title": "Receive messages from a topic and send an SMS",
  "slug": "receive-messages-from-a-topic-and-send-an-sms",
  "source_filename": "0209_Noop_Kafka_Send_Triggered.json",
  "nodes": [
    {
      "id": "Kafka Trigger",
      "name": "Kafka Trigger",
      "integration": "kafka",
      "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": "Kafka Trigger",
      "to": "IF"
    }
  ]
}